Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Python

getting indentation error when the code is exactly the same as in the video

im getting the indentation error

treehouse:~/workspace$ python out_of_this_word.py
File "out_of_this_word.py", line 12
print("What words can you find in the word '{}'".format(challenge))

ive copied the code exactly how it was written in the video but im getting nothing but problems.

also, why is there a semicolon after the print("(Enter Q to Quit)"); line.

thanks

Please link to the video.

1 Answer

Odane Williams
Odane Williams
6,692 Points

Can you also include link to challenge question?