python print int in string code example Example: python print int in string num = 12 print(f"Bob has {num} apples.") #prints: Bob has 12 apples.