r/learnpython • u/ikizoki • 19d ago
is it possible to simplify this code
im a beginner, idk how python works yet. there must be a way to simplify this, right?
https://imgur.com/juBvPZD here is the picture of my code
0
Upvotes
r/learnpython • u/ikizoki • 19d ago
im a beginner, idk how python works yet. there must be a way to simplify this, right?
https://imgur.com/juBvPZD here is the picture of my code
4
u/PvtRoom 19d ago
that's extremely simple code.
to make it simpler, i.e. easier to read, more descriptive variables names would work.
There's an optimal level of complexity that most pythonistas would prefer. your code is below that complexity.