Commit 0a8d1882 by BellCodeEditor

save project

parent 7b98a262
Showing with 5 additions and 4 deletions
......@@ -6,9 +6,10 @@ def jakso():
except:
print("请输入数字")
else:
if unit== 'q':
if unit== -1:
break
else:
total.append(unit)
print(total)
jakso()
\ No newline at end of file
return total
asd=jakso()
print(asd)
\ 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