File size: 65 Bytes
e16247a
 
 
 
1
2
3
4
a = 100.1
c = 100.3
#错误写法:b,d = int(a,())
b,d= int(a,c)