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.

Maylon Rodriguez
379 PointsCreating a variable named "name" yet with no input()?
The quiz is asking me to create a variable under the name "name." I do this using name = input("Maylon") as I was instructed to do in the video, but the answer engine still marks it wrong.
1 Answer

Ken Alger
Treehouse TeacherMaylon;
Welcome to Treehouse!
It sounds like you are on Task 1 of the Ins & Outs Challenge, which states:
Create a variable named
name
with your name in it.
In Python that would look like name="Your Name Here"
For this challenge there is not requirement to accept input.
Happy coding,
Ken
Maylon Rodriguez
379 PointsMaylon Rodriguez
379 PointsAhh okay,thanks!