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

Waylon Harrison
Waylon Harrison
5,561 Points

Line 12: Why is () necessary after "if should_proceed.lower"?

I noticed the "SOLD!" print statement would not work without these parentheses, but I would never have assumed I needed them before viewing your solution. Is only it because of the "lower" specification?

1 Answer

Waylon Harrison
Waylon Harrison
5,561 Points

Thought about it a little deeper and I realized it's similar to .format(). Question resolved.