File size: 57 Bytes
e16247a
 
 
1
2
3
#错误写法:c = int("100a")
c = int("100.1")
print(c)