Home / Engineering / Problem Solving and Python Programming / Question

M

Mr. Dubey • 51.43K Points
Coach

Q.) print(points)

(A) [[1, 2], [3, 1.5], [0.5, 0.5]]
(B) [[3, 1.5], [1, 2], [0.5, 0.5]]
(C) [[0.5, 0.5], [1, 2], [3, 1.5]]
(D) [[0.5, 0.5], [3, 1.5], [1, 2]]
Correct answer : Option (C) - [[0.5, 0.5], [1, 2], [3, 1.5]]

Explanation:
 execute in the shell to verify.

Share

Discusssion

Login to discuss.