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

Write a program that reads a string from input and prints "Hello, !" where is filled in with the string that was read in. why i get it wrong?
 Write a program that reads a string from input and prints

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!