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 Handle Exceptions

Anthony Costanza
Anthony Costanza
2,123 Points

Getting this indent thing !!! Ugh!!! I reworked to no avail!! Help Please!!

Getting this indent thing !!! Ugh!!! I reworked to no avail!! Help Please!!

1 Answer

Hi Anthony.

Generally, four whitespaces are used for indentation and are preferred over tabs.

Keep in mind that the indentation replaces the curly braces usually used to isolate/define code blocks (and scope) in other languages, such as JavaScript.

Be consistent with your indenting!

More info:

https://www.programiz.com/python-programming/statement-indentation-comments

https://teamtreehouse.com/community/what-if-there-are-50-tickets-left-and-someone-puts-in-an-order-to-purchase-51-this-code-will-say-it-is-sold-out-when

I hope that helps.

Stay safe and happy coding!