# print("The addition of a and b is:",a+b) # print("The addition of", a, "and", b, "is:", a+b) # print(f"The addition of {a} and {b} is: {a+b}") # fstring ...