to integer in python code example Example 1: python string to int print(int("12")) Example 2: how to convert int in python score = 89 score = str(score)