91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

python實現二級登陸菜單及安裝過程

發布時間:2020-10-03 14:04:50 來源:腳本之家 閱讀:158 作者:mrr 欄目:開發技術

python實現二級登陸菜單的代碼如下所示:

"""
 1.三級菜單 注冊 登陸 注銷
 2.進入每一個一級菜單,都會有下一級的菜單
"""
user_item = dict()
try:
  while True:
    print('-------Welcome sir-------')
    input_choice = int(input('Please enter your choice:1:Registration 2:login 3:logout:'))
    # 用戶輸入自己的選擇,會進入到相關的二級菜單
    if input_choice == 1:
      # if input_choice==1 進入注冊
      user = input('Please enter your account number:')
      pwd = input('please enter your password:')
      # 保存用戶注冊的賬號
      user_item['user'] = user
      user_item['pwd'] = pwd
      # 提示用戶注冊成功
      print('您的賬號已生效,下次請用該賬號:{}登陸本系統'.format(user))
    # if input_choice==2 進入登陸
    elif input_choice == 2:
      login_user = input('Please enter your login account number:')
      login_pwd = input('please enter your login password:')
      # 對用戶輸入的賬號和密碼進行確認
      if login_user == user_item['user'] and login_pwd == user_item['pwd']:
        print('Welcome sir:{}'.format(login_user))
      else:
        print('Sorry, your account or password is incorrect. Please confirm and come back')
    # if input_choice == 3 進入注銷
    elif input_choice == 3:
      logout_input = input('Do you really want to quit this system?,y or n')
      if logout_input == 'y':
        break
      elif logout_input == 'n':
        input_choice = int(input('Please enter your choice:1:Registration 2:login 3:logout:'))
      else:
        print('Your input is incorrect')
except Exception as re:
  print(re)
finally:
  print('')

下面看下python 安裝過程。

Python安裝

Windows:

1.下載地址:https://www.python.org/downloads/

2.百度云盤分享地址:

鏈接:https://pan.baidu.com/s/1FJ0fXs6mIBm342AJ4ZXNhw
提取碼:768z

3.安裝過程(自動添加安裝路徑):

python實現二級登陸菜單及安裝過程python實現二級登陸菜單及安裝過程python實現二級登陸菜單及安裝過程

4.手工添加路徑:

a.【右鍵計算機】-->【屬性】-->【高級系統設置】-->【高級】-->【環境變量】:
b.【在第二個內容框中(系統變量)找到 變量名為Path 的一行,雙擊】 --> 【把Python安裝目錄追加到其中,用英文下的分號(;)分割,切記前面有分號】

5.查看是否安裝成功:

 Windows下,開始(快捷鍵:Windows+R)-cmd,輸入命令:python 

python實現二級登陸菜單及安裝過程

總結

以上所述是小編給大家介紹的python實現二級登陸菜單及安裝過程,希望對大家有所幫助,如果大家有任何疑問請給我留言,小編會及時回復大家的。在此也非常感謝大家對億速云網站的支持!
如果你覺得本文對你有幫助,歡迎轉載,煩請注明出處,謝謝!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

南安市| 乌苏市| 阿城市| 子长县| 肥乡县| 桃园县| 马尔康县| 永德县| 吉水县| 乌鲁木齐县| 祁东县| 镶黄旗| 宁强县| 兴和县| 太康县| 永胜县| 疏勒县| 阿勒泰市| 东光县| 勃利县| 临汾市| 内乡县| 金乡县| 庆城县| 拉萨市| 余庆县| 铜鼓县| 西盟| 阿图什市| 丹凤县| 武陟县| 林西县| 曲靖市| 高州市| 甘孜| 喜德县| 抚顺县| 子长县| 弋阳县| 马关县| 英超|