Commit 16591c8b by BellCodeEditor

save project

parent 73138af7
Showing with 4 additions and 3 deletions
......@@ -9,5 +9,6 @@ def sb():
total.append(unit)
except:
print("请重新输入")
print(total)
sb()
\ No newline at end of file
return total
result=sb()
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