Question: What is wrong with the following code segment? x = input(Enter a number: ) y = x + 3 print(y)
What is wrong with the following code segment? x = input("Enter a number: ") y = x + 3 print(y)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
