What problem is likely to occur when this line of code is used?
num1 = input(“Enter the first number: ”)
(1 point)
Responses
The variable name is not acceptable.
The variable name is not acceptable.
The input will be treated as a string not a number.
The input will be treated as a string not a number.
The output will be a float not a decimal.
The output will be a float not a decimal.
The word “input” should be capitalized.
1 answer
The input will be treated as a string not a number.