Files
AiDA_Python/app/service/super_resolution/test.py

3 lines
41 B
Python
Raw Normal View History

2024-04-15 18:26:48 +08:00
a = "123-86"
print(a[a.rfind('-') + 1:])