add_more=int(input("Add More Food?(1-YES, 2-NO) "))
ifadd_more==1:
starter=input("Starter: ")
main=input("Main: ")
dessert=input("Dessert ")
elifadd_more==2:
option=options()
option.option1()
defmain(self):
menu1=makeMenus()
menu1.createMenu()
classoptions():
defoption1(self):
choice=int(input("What would you like to do?\n Enter 1 for adding event information\n Enter 2 to be able to add invitees\n Enter 3 to make a folder\n Enter 4 to be able to Make a menu\n Enter 5 To EXIT\n "))