i am new to python and am working on a simple code for a project.
I am to end up with and output that says: "Please enter your name: Bubba"
I am to use
name = input("Please enter your name:")
However, when I input the name "Bubba" the project says it should end up being red. However when I run the program it ends up blue just like the "please enter our name" string.
I'm sure I'm missing something simple but I do not know what it is. Help?!
Oh and I am using Python 3.2.2 (i that has anything to do with it)