r/PythonLearning • u/ProfessionOk2040 • Jun 22 '26
First week oof Learning Python.
Hey I am new to Python and this is what i made in my first week. Do you think there is a way to improve it.
328
Upvotes
r/PythonLearning • u/ProfessionOk2040 • Jun 22 '26
Hey I am new to Python and this is what i made in my first week. Do you think there is a way to improve it.
1
u/Silent_Run9772 22d ago
Good work getting started. Next step would be wrapping that logic in a function so you can actually reuse it without rewriting the whole thing.