python can convert to int code example Example: parse int python Click to copyvalue1 = "10" value2 = 10.2 print(int(value1)) print(int(value2))