Q. What will be the output of the following Python expression? Code: 24//6%3, 24//4//2 (A) (1,3) (B) (0,3) (C) (1,0) (D) (3,1) ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) (1,3)