The quiz where the difficulty automagically adapts to the player's Python knowledge
This is a question page. You can use this page to bookmark a question. Start a new quiz!
Question #919
random.shuffle() returns a sequence in place. It always returns None ! (docs.python.org/3/library/random.html#random.shuffle)
What is returned by random.shuffle()?
— The Python Quiz (@thepythonquiz) March 22, 2021
A list where each element is shuffled if its type allows it
A ShuffledList object
None
A randomly shuffled list
A single object of the list, randomly selected
π Comment the answer, like and retweet! #python
Question difficulty: π΅π΅π΅π΅π΅