Commit 763e5466 by BellCodeEditor

save project

parent 068a9bdf
Showing with 8 additions and 3 deletions
neme=input("输入名字") username="123"
print(neme+"你好啊") username="123456"
\ No newline at end of file user=input("请输入你的名字")
password=input("请输入你的密码")
if user==username and password==userpassword:
prink("登录成功")
else:
prink("登录失败")
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