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