If the user enters “four,” what is the output of this program?
x = input("What's the number? ")
print(x + 4)
- an error message
- 8
- 8.0
- x + 4
1 answer
an error message
x = input("What's the number? ")
print(x + 4)
- an error message
- 8
- 8.0
- x + 4
1 answer