Files
AiDA_Python/app/service/super_resolution/test.py
2024-04-15 18:26:48 +08:00

3 lines
41 B
Python

a = "123-86"
print(a[a.rfind('-') + 1:])