Python學習筆記:練習用戶登錄註冊退出系統功能

system={1:'登入',2:'註冊',3:'退出'} print('======登入系統======') userlist={} def choice():     print("%s\n請選擇系統功能:"%(system))     menu=int(input(''))     return menu while 1==1:     youchoice = choice()     if
相關文章
相關標籤/搜索