Commit 501da19d by BellCodeEditor

save project

parent fe3a6d5c
Showing with 9 additions and 0 deletions
...@@ -13,6 +13,14 @@ def new_input(): ...@@ -13,6 +13,14 @@ def new_input():
total.append(unit) total.append(unit)
finally: finally:
print("-"*30) print("-"*30)
return total
def sum(yyds):
count=0
for i in yyds:
count= count+1
return count
print(total) print(total)
new_input() new_input()
print(result ) print(result )
\ 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