Q. What will be the output of the following Python code?
Code:
a=5 b=2 print(a%b)
β
Correct Answer: (B)
1
a=5 b=2 print(a%b)
You must be Logged in to update hint/solution