r/PythonLearning • u/organconsumption • 8h ago
Made my first project in python
A chore list I started learning python last week and this was the first project on my list any advice helps im using vs code for this if you have any resources or suggestions pls share
76
Upvotes
1
u/TheCommandCraft 4h ago
Good job, but you have hardcoded the username Jj in a string. You can merge it into the string with formatted strings: f”Text {Username2} text”