Commit 3f2342e3 by BellCodeEditor

save project

parent 7eaed43a
Showing with 20 additions and 0 deletions
def liuBzeshiSB():
total = []
while True:
unit= input("吃什么大便:")
if unit== 'q':
break
else:
total.append(unit)
print(total)
liuBzeshiSB()
\ No newline at end of file
try:
age=int(input("嘿,王八"))
except:
print("傻逼")
else:
if age>1000:
print("卧槽,千年王八")
print("sb再见")
\ 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