Commit 01d765b2 by BellCodeEditor

save project

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