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 trialMaylon 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!