DjangoGirls / tutorial

This is a tutorial we are using for Django Girls workshops
http://tutorial.djangogirls.org/
Other
1.53k stars 1.86k forks source link

issue with tutorial introduction to python section #1537

Open thenewmona opened 5 years ago

thenewmona commented 5 years ago

Hi I am attending a Django Girls workshop in Grand Rapids, MI.

in the what if a condition isn't true section of the introduction to Python.

there is an error in the elif section

here is a screenshot of the lesson

at the end of the lesson it is wanting us to do print ("my ears are hurting! : (")

this comes up with an error message.

When I did print("my ears are hurting!"), it worked fine

Thanks

das-g commented 5 years ago

Hi @thenewmona

Thanks for the report!

I've allowed myself to edit your issue description, to make the screenshot visible without having to follow the link.

das-g commented 5 years ago

Can you clarify what didn't work?

print ("my ears are hurting! : (")

(or without the space, as in the tutorial)

print("My ears are hurting! :(")

should both work just as fine as

print("my ears are hurting!")

Did you get any error message? If so, what did it say?

thenewmona commented 5 years ago

Hi Rapheal,

I will try and recreate the error message later that I was getting. One of the coaches here assisted me with getting it running properly. and the recommended that I submit and issue report Thanks for the response