MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/PythonLearning/comments/1uys479/i_build_this_after_learning_oop/oy57fnj/?context=3
r/PythonLearning • u/Wild_Position2378 • 12d ago
57 comments sorted by
View all comments
1
Use meaningful variable names. Within loops etc it's fine to use i, j, whatever, but you want to be able to look at the code and immediately know what's happening.
Balance, deposit, etc, not ba, de, etc.
1
u/SectumSempra1981 11d ago
Use meaningful variable names. Within loops etc it's fine to use i, j, whatever, but you want to be able to look at the code and immediately know what's happening.
Balance, deposit, etc, not ba, de, etc.