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

Prompt the user "What is your favorite color? ". Store the result in a variable named favorite_color,

promt the user "what is your favorit color? " store the result in a variable named favorit color

Steven Parker
Steven Parker
243,173 Points

That sounds like a code challenge, but you forgot to include a link to the page it was on.
What did you try? Please show the code you're having trouble with.

Your write this was a code challenge on the page bellow

i tryed page https://teamtreehouse.com/library/python-basics-3/meet-python/using-input

this was my answer ...

favorit_color = input("what is your favorit color")

1 Answer

Steven Parker
Steven Parker
243,173 Points

You're close, it's just a spelling error. You have "favorit" (without the "e") in two places instead of "favorite".