News

Import the random package by including import random near the top of your code. To choose a single element, use random.choice(x), where x is the name of your list. The function returns a single ...