Commit 2ae3f50f by BellCodeEditor

save project

parent 11ddffdf
Showing with 16 additions and 12 deletions
i=3
username="Draco" username="Draco"
userpassword="D.M.O.W.YYDS" userpassword="D.M.O.W.YYDS"
while True: while True:
name=input("敢问公子(姑娘)名姓?") if i>0:
password=input("敢问您出身何处?") name=input("敢问公子(姑娘)名姓?")
if name==username and password==userpassword: password=input("敢问您出身何处?")
print("欢迎您加入大聪明群聊!") i-=1
break if name==username and password==userpassword:
if name != username: print("欢迎您加入大聪明群聊!")
print("您是大怨种") break
elif: if name != username:
print("您是大怨种") print("您是大怨种")
else: if password != userpassword:
print("您是大牛马") print("您是大牛马")
else:
print("您是社恐")
print("您已被认证为非大聪明") print("您已被认证为非大聪明")
print("欢迎您加入大聪明行列") 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