Commit 7ccd9253 by BellCodeEditor

save project

parent 6d88eca4
Showing with 18 additions and 0 deletions
def qjf():
tf=[]
while True:
a=input('黄猿加强!')
if a=="q":
break
else:
try:
b=int(a)
except:
print('从心写')
else:
tf.append(a)
finally:
print("*"*30)
return a
print(qjf())
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