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 #58
random.choice() returns a random element from the non-empty sequence seq. If seq is empty, it raises an IndexError. (docs.python.org/3/library/random.html#random.choice)
Which function randomly returns a list element?
— The Python Quiz (@thepythonquiz) May 18, 2020
random.choice()
random.list()
random.picks()#python #python3 #pythonprogramming #learnpython
Question difficulty: π΅π΅π΅π΅π΅
Similar questions: