Commit c24c1421 by BellCodeEditor

save project

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