PythonDataScience24 / GymGenie

Advance Python Project
MIT License
0 stars 0 forks source link

Code readability #6

Open saene52 opened 2 months ago

saene52 commented 2 months ago

For me, it was a bit difficult to understand the main.py file. The user's answer ("y" or "n") is checked in the main file, but the question to the user is generated in another file. So, in the main file, I only see the answer to a question, but not the question itself. Seeing both in the same file would improve the readability of the code from my perspective.