Commit d540ce0a by BellCodeEditor

save project

parent 7eaed43a
Showing with 17 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)
tf.append(a)
print(tf)
qjf()
\ 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