how do you convert a str into a int in python code example Example: how to make string to int in python string = "324501763" integer = int(string)