errorType / 36.py
Beuys's picture
Upload 47 files
e16247a verified
#错误写法:c = int("100a")
c = int("100.1")
print(c)