Im not sure if im supposed to be posting here but I need help with python scripting I just started learning
>>> name = raw_input('what is your name? ')
what is your name?
>>> print "Hello, " + name + "!"
Hello, !
>>> raw_input("Press <enter>")
Press <enter>
''
>>>
every time I try to run it it gives me this message
Im sorry should have clarifyed, im just practicing creating a separate program from blender and am having problems with executing the program im creating.