Question: Write a program that reads a string from input and prints Hello, ! where is filled in with the string that was read in. why
1 # put your python code here 2 Hello input) 3 name = input() 4 combined Hello + + name + "!" 5 print(combined) 6 7 OOO Test input Gerald Test output: File "jailed_code", line 3 'name' = input() SyntaxError: can't assign to literal
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
