Commit 63c62003 by BellCodeEditor

save project

parent b11558d8
Showing with 5 additions and 1 deletions
......@@ -6,7 +6,10 @@ while True:
if a==username and b==userpassword:
print("恭喜你加入我们丐帮")
break
print("你根本不是我们这的!gun!")
if a!=username:
print("你没注册名吧?gun!")
if b!=userpassword:
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