Q. What is the output of the following Python code? Code: x = 10 y = 5 print(x % y) (A) 0 (B) 1 (C) 2 (D) 5 ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) 1