You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function random.choice is said to select a number from the list game, but game is a list of strings. choice selects an item from the list, which can be of any type.
The function
random.choiceis said to select a number from the listgame, butgameis a list of strings.choiceselects an item from the list, which can be of any type.