Commit d8fbfa97 by BellCodeEditor

save project

parent 5e23d8d4
Showing with 10 additions and 2 deletions
...@@ -11,4 +11,13 @@ def who(): ...@@ -11,4 +11,13 @@ def who():
total.append(unit) total.append(unit)
return total return total
list1=who() list1=who()
print(list1) print(list1)
\ No newline at end of file def can(shu):
see=0
for i in shu:
see=see+i
return see
list2=can(list1)
print(list2)
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