The following code reads two number. Which of the following is the cor

Loading

Choose the correct option.

The following code reads two number. Which of the following is the correct input for the code?
x, y = eval(input(“Enter two numbers: “))

A. 44593
B. “1 2”
C. 44593
D. 1, 2,

Leave a Comment