Commit 01d765b2 by BellCodeEditor

save project

parent 6b02244e
Showing with 6 additions and 4 deletions
total = []
def s():
total = []
while True:
unit= input("str:")
......@@ -12,5 +13,6 @@ def s():
print("cw")
else:
total.append(unit)
print(total)
s()
\ No newline at end of file
return total
a=s()
print(a)
\ 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