Commit 5911d048 by BellCodeEditor

save project

parent 5563f200
Showing with 7 additions and 1 deletions
...@@ -12,6 +12,12 @@ def new_input(): ...@@ -12,6 +12,12 @@ def new_input():
total.append(unit) total.append(unit)
print(total) print(total)
return total return total
aw=new_input()
a=new_input() def a(q):
sun=0
for i in q:
sun=q+i
return sun
a=a(aw)
print(a) 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