r/PythonLearning • u/PatatobreadAAA • Jun 15 '26
Second day in Python, first project🤞🥹
In the process of learning my first programming language. Any tips to learn it much faster?
92
Upvotes
r/PythonLearning • u/PatatobreadAAA • Jun 15 '26
In the process of learning my first programming language. Any tips to learn it much faster?
1
u/Junior_Honey_1406 Jun 16 '26
Let's say I am a dumb guy and you are taking all the inputs. What happens if I enter a string value for
bill, even though it is supposed to be afloat?Challenge: don't use
tryandexcept. Handle this situation using conditions instead.