Inspiration

What it does

How we built it

Challenges we ran into

Accomplishments that we're proud of

What we learned

What's next for s3q3_swaramulagari

import random

def decide_where_to_eat(cuisines): cuisine=random.choice(list(cuisines.keys())) print("Here is your cuisine:", cuisine) print("Here are your options: ", cuisines[cuisine])

cuisine_options = { "Italian": ["Pasta Palace", "Ristorante Romano", "Pizza Italia"], "Mexican": ["Taco House", "El Mariachi", "Burrito King"], "Asian": ["Sushi Sake", "Golden Dragon", "Thai Orchid"] }

decide_where_to_eat(cuisine_options)

Built With

Share this project:

Updates