Consider the following code: X = 17
y = 5
print (x % y)
What is output?
A: 2
B: O 1
C: 03
D: O 3.4

Solved
Show answers

Ask an AI advisor a question