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.

Jasmin Mattiaccio
Courses Plus Student 3,131 Pointsinput("> ") Still dont understand what this does :(
Can anybody please provide a clear explanation of what this does: input ("> ") i dont understand what "> " does to the code...
any answers would be greatly appreciated :)
2 Answers

Jennifer Nordell
Treehouse TeacherHi there, Jasmin! It's actually nothing all that fancy. When the console asks the user for input, the string is what will be displayed right before the blinking cursor. In this case, simply a "> ". But we could have something like input("How are you today, Jasmin? "). Which would then print that to the console and await a response.
Hope this helps!

Jasmin Mattiaccio
Courses Plus Student 3,131 Pointsoops, i feel .silly! Appreciate the quick response Thanks Jennifer!