Question: #This is my first code in python learning name = input(What is your name ) # Print out hello followed by the name they entered
#This is my first code in python learning name = input(What is your name ) # Print out hello followed by the name they entered print(Hello , name)
That is my code in python but it keeps saying syntaxerror in line 2 no matter I do.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
