![]() |
[split] another problem with code - Printable Version +- Python Forum (https://python-forum.io) +-- Forum: Python Coding (https://python-forum.io/forum-7.html) +--- Forum: General Coding Help (https://python-forum.io/forum-8.html) +--- Thread: [split] another problem with code (/thread-43755.html) |
[split] another problem with code - blakeusherremix68 - Dec-23-2024 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. ![]() |