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.

Sharrann Vinaayagamurthy
218 PointsWhen I was doing the code challenge for "use and if" I used all of the hints given but it still says I have failed......
can anyone tell me what I did wrong?....
favorite_color = input("What is your favorite color? ")
if favorite_color == "Blue":
print("You must love the sky!")
Steven Parker
215,954 PointsSteven Parker
215,954 PointsThis looks like a duplicate of your previous question, see the answer there.
You might want to delete this one, click the little rectangle with the 3 dots to reveal the option to "Delete Question".