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 Python Basics All Together Now Branch and Loop

Luis Martinez
Luis Martinez
5,986 Points

indentation error on an if statement

hello guys I'm getting an indentation error on my if statement. Im indenting 4 spaces so I think that shouldn't happen..

1 Answer

Luis Martinez
Luis Martinez
5,986 Points

I figured it out! The "if" statement needed to start on the 1st column not on column 5.