num = '10' print(type(num)) Python Convert string type to integer type: converted_num = int(num) print(type(converted_num))