Greeting program [duplicate]
This question already has an answer here: error in python d not defined. [duplicate] 3 answers I have been learning how to program in Python using the book "Python the Absolute Beginners Guide." The problem I am having is that when using eclipse-pydev it won't allow me to use the if statement. Here is the code I have written... name = input("What is your name? ") print(name) print("Hello" name ) The result was What is your name? caleb Traceback (most recent call last): File "/Users/calebmatthias/Document/workspace/de.vogella.python.first/simpprogram.py", line 6, in <module> name = input("What