Python CHIECE RANCE

from random import choice
foods = ["eggs", "ham", "cheese", "potatoes", "hash browns"]
randfood = random.choice(foods)
Thankful Tiger