[Edit]+0-0Python convert string to integerDoLLot614Copy1 2 3 4 number = "123" result = int(number) print(type(result)) # <class 'int'>