Commit 2ae3f50f by BellCodeEditor

save project

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