I'm using the book "Python In Easy Steps" by Mike Mcrath,and I'm having a issue with the user input project. I keep getting the error "multiple statements found while compiling a single statement".
user = input('Hello, my name is Hal. What is your name?:')
print( ' It is very nice to meet you',user)
I'm using the 3.4.3 version of the IDLE shell to test my code.