Commit 754e5683 by BellCodeEditor

save project

parent 60215779
Showing with 6 additions and 3 deletions
...@@ -11,5 +11,8 @@ def new_iugui(): ...@@ -11,5 +11,8 @@ def new_iugui():
print("请输入整数") print("请输入整数")
else: else:
total.append(unit) total.append(unit)
print(total) return total
new_iugui()
\ No newline at end of file
result = new_iugui()
print(result)
\ 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