Commit 294cde2d by BellCodeEditor

save project

parent 247786a7
Showing with 14 additions and 0 deletions
name=input("请输入用户名")
paw=input("请输入密码:")
if int(name)==123:
if int(paw)==123456:
print("登陆成功")
else:
print("用户名错误")
else:
print("密码错误")
goods={'语文':95,'数学':88,'英语':85}
for k,v in goods.items():
print(k,v)
\ No newline at end of file
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