Commit 8cd5c85c by BellCodeEditor

save project

parent 87be3438
Showing with 10 additions and 0 deletions
username='123'
userpassword='123456'
while True:
name=input("请输入用户名:")
passwaord=input("请输入密码:")
if username==name and userpassword=='123456':
print("登录成功!")
dict_hero = {'猴三':10,'猴一':21,'猴五':22,'猴队长':29,'猴毛':30}
dict_hero["猴十"]=25
print(dict_hero)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment