Commit e8add3bd by BellCodeEditor

save project

parent 5d10acdb
Showing with 13 additions and 0 deletions
username = "Fuck"
userpassword = "3141592653589732384"
while True:
S = input("输入账号")
B = input("输入密码")
if S == username and B == userpassword:
print("bingou")
break
else:
print("che shuo")
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