Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

salim almughairi
Courses Plus Student 385 Pointscan someone tell me why it wont let me proceed to the next video, everything looks good here
favorite_color = input("What is your favorite color? ")
if favorite_color == "blue":
print("you must love the sky!")
2 Answers

Jassim Alhatem
20,859 PointsI'm pretty sure it's the "you" in the 3rd line, the "y" has to be capitalized. So it's going to be "You must love the sky!"

Rick Gleitz
45,177 PointsHi Salim,
I tried it and it worked fine. This is the third problem I've seen where the code worked for me when it didn't for the person posting. I think Treehouse must have had a problem earlier, but it seems to be resolved now.