#my first error

23 messages · Page 1 of 1 (latest)

vestal grotto
#

what do i need to add

verbal sorrelBOT
#

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...

â–¶ Play video
alpine lotus
#

Check out tims beginner guide 🙂

#

You are missing quotes and a closing )

vestal grotto
#

cobe thus far

vestal grotto
quartz escarp
#

Intendation for print

vestal grotto
#

?

#

@quartz escarp

quartz escarp
#

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

alpine lotus
#

And the error is because u just wrote ex2

lavish merlin
#

Don't worry, you will make errors that are much worse to find

vestal grotto
#

lol thank u

vestal grotto
lavish merlin
#

Buddy, braces are always a pair. When you open them, you must always close them.

#

Remove the else in line 32

azure crescent
#

pro tip: read the error

#

and actually think about what it says

sharp quiver
# vestal grotto

and maybe run the code. Those errors tend to be more descriptive

coral pelican
#

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.

vestal grotto