Commit 5f568ce3 by BellCodeEditor

auto save

parent c2f2136d
Showing with 6 additions and 6 deletions
...@@ -13,9 +13,9 @@ def new_input(): ...@@ -13,9 +13,9 @@ def new_input():
total.append(unit) total.append(unit)
print("_"*30) print("_"*30)
jkjk=new_input() jkjk=new_input()
print(jkjk) def t(jkjk):
def jkjk(l): colo=0
colo=0
for i in jkjk: for i in jkjk:
colo=colo+l colo=colo+i
return colo return colo
\ No newline at end of file t(colo[])
\ 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