Commit 0eed28f6 by BellCodeEditor

save project

parent 4b9e7d22
Showing with 4 additions and 3 deletions
......@@ -14,5 +14,6 @@ def qui():
if unit == "q":
break
total.append(a)
print(total)
qui()
\ No newline at end of file
return total
total=qui()
print(total)
\ 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