Python trouble shooting




 1. ValueError: invalid literal for int() with base 10:

a ='1.2'
int(a)
--> float(a)

0 댓글