Commit b11558d8 by BellCodeEditor

save project

parent c453f793
Showing with 12 additions and 6 deletions
username = "开拓者1011010"
userpassword = "1029345"
a=input("输入名字")
b = input("输入暗号")
if a==username and b==userpassword:
print("恭喜你加入我们丐帮")
username = "s'b"
userpassword = "112233"
while True:
a=input("输入名字")
b=input("输入暗号")
if a==username and b==userpassword:
print("恭喜你加入我们丐帮")
break
print("你根本不是我们这的!gun!")
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