Commit 5911d048 by BellCodeEditor

save project

parent 5563f200
Showing with 8 additions and 3 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):
print(a) sun=0
\ No newline at end of file for i in q:
sun=q+i
return sun
a=a(aw)
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