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