issue with tutorial introduction to python section
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
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.
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?
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