Generation

generate functionFri, 02 Jun 2023

Menu de restaruarante

def menu(x): if x == 1: print("Our Restaurant is a great place to...") elif x == 2: print("We serve the best pasta in the world. ") elif x == 3: print("...") else: print("Sorry, that's not an option.") menu(2)

Questions about programming?Chat with your personal AI assistant