Commit 0eed28f6 by BellCodeEditor

save project

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