Commit 62c6b99b by BellCodeEditor

save project

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