Commit c24c1421 by BellCodeEditor

save project

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