Commit 73f10d3d by BellCodeEditor

save project

parent a5dcb89e
Showing with 8 additions and 3 deletions
usename = "Python" usename = "Python"
userpassword = "123456" userpassword = "123456"
name = input("输入") while True:
password = input(密码) name = input("输入")
\ No newline at end of file password = input("密码")
if usename==name and userpassword==password:
print("登陆成功")
break
print("欢迎")
\ 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