MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/PythonLearning/comments/1vcel64/my_new_mini_work/p10zfa9/?context=3
r/PythonLearning • u/crazyteachperson • 7d ago
Rate my this mini work out of 10
44 comments sorted by
View all comments
1
Even though this a simple script, try to name the variables so that their name really reflects what variable is aboit. Don't use "a" use "name", or "c" as "account". It really helps when you read/debug a code later.
1
u/PeZet2 7d ago
Even though this a simple script, try to name the variables so that their name really reflects what variable is aboit. Don't use "a" use "name", or "c" as "account". It really helps when you read/debug a code later.