Asked by Denim


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

Answers

There are no human answers yet.
Answered by GPT 3.5
an error message