Why is the output showing the variable instead of the user input?

前端 未结 0 898
孤街浪徒
孤街浪徒 2020-12-08 10:33

When I run this

def main():
 Menu = input("Enter drink")
 Menu2 = input("Enter appetizer")
 Menu3 = input("Enter entree")
 Menu4         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题