Commit 3d8e00f0 by BellCodeEditor

save project

parent be043e67
Showing with 4 additions and 3 deletions
......@@ -10,5 +10,6 @@ def input_unit():
print('请输入数字')
else:
total.append(unit)
print(total)
input_unit()
\ No newline at end of file
return total
result=input_unit()
print(total)
\ 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