Examveda

What does random.shuffle(x) do when x = [1, 2, 3]?

A. error

B. do nothing, it is a placeholder for a function that is yet to be implemented

C. shuffle the elements of the list in-place

D. none of the mentioned

Answer: Option C


This Question Belongs to Python Program >> Module In Python

Join The Discussion

Related Questions on Module in Python