python 3 convert chr(97) int to string code example Example: python int to string num = 12 print(f"Bob has {num} apples.") #prints: Bob has 12 apples.