Commit 62c6b99b by BellCodeEditor

save project

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