Commit 3d22bf6d by BellCodeEditor

save project

parent fb24f122
Showing with 5 additions and 3 deletions
......@@ -10,7 +10,8 @@ def A_input():
except:
print("请输入")
else:
print()
total.append(unit)
print(total)
total.append()
finally:
print("-"*30)
return total
A_input()
\ 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