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