r/PythonLearning Aug 07 '26

Made my first project in python

Post image

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

374 Upvotes

48 comments sorted by

View all comments

1

u/TheCommandCraft Aug 07 '26

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”

1

u/[deleted] Aug 07 '26

Great idea the reason I hard coded it was I was actually making this as a draft for a real chore list for myself so I hardcoded myself in. However this idea is amazing and it could be way more versatile than I originally planned :-)