Dec-23-2024, 11:36 PM
Hello. I need help with this:
print1 = "print("
print2 = "dogma"
print(f"My name is {print1}{print2} years old.")
IF i am trying to include the apostrophies in between {print1} and {print2}, what do i do????
MERRY CHRISTMAS.
print1 = "print("
print2 = "dogma"
print(f"My name is {print1}{print2} years old.")
IF i am trying to include the apostrophies in between {print1} and {print2}, what do i do????
MERRY CHRISTMAS.
