#my first error
23 messages · Page 1 of 1 (latest)
Want to learn how to program?
https://www.youtube.com/watch?v=kP653WDJcdg
This is Tim's original beginner Python series:
https://www.youtube.com/playlist?list=PLzMcBGfZo4-mFu00qxl0a67RhjjZj3jXm
Welcome back to another video! If you are just starting out programming, chances are that you are overwhelmed with all the content out there that you could start with! Getting started is better than not starting at all, but you don't want to learn things that you don't really need to know for your prgoramming goals. So I am going to give you a 5...
cobe thus far
Intendation for print
The print("enter amount...
after else statement needs tab space
Also just click on the play button on the top right corner to run the code
Don't worry, you will make errors that are much worse to find
lol thank u
Buddy, braces are always a pair. When you open them, you must always close them.
Remove the else in line 32
and maybe run the code. Those errors tend to be more descriptive
according to @lavish merlin remove the 32 line and keep the rest. Reason : you missing if statement(what it needs to do when its true) .your line 33 will be that statement after you make those changes. try that if doesn't work- run it and read the error briefly.