Commit 64e35808 by BellCodeEditor

save project

parent 6a031128
Showing with 9 additions and 5 deletions
username = "a"
userpassword = "6"
while True:
name = input("说,你叫啥:")
password = input("密码多少,说:")
name = input("你叫啥:")
password = input("密码多少:")
if name == username and password == userpassword:
print("急个屁呀,登上了")
print("错了,重输")
if name !=usename:
prent("你自己叫啥都忘了")
if password != userpassword:
prent("密码错了")
break
print("焯,错了,重输")
\ No newline at end of file
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