Commit 7160d856 by BellCodeEditor

save project

parent 3993d2e0
Showing with 17 additions and 0 deletions
a=[]
c=1
print("小黑子暗号:")
w=input(">>")
if w in "鸡你太美":
print("恭喜你,升级为:小黑子",c,"级")
c=c+1
print("小黑子暗号:")
w=input(">>")
if w in "坤":
print("恭喜你,升级为:小黑子",c,"级")
else:
print("你是假黑子")
else:
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