What problem is likely to occur when this line of code is used?

num1 = input ("Enter the first number: ")
A. The variable name is not acceptable.
B. The input will be treated as a string not a number.
C. The output will be a float not a decimal.
D. The word "input" should be capitalized.

1 answer

B. The input will be treated as a string not a number.