Commit 24957045 by BellCodeEditor

save project

parent fd5bb7e6
Showing with 8 additions and 1 deletions
......@@ -13,8 +13,15 @@ def func():
print(total)
return total
def jisuan(total):
count =0
for i in total:
count = count + i
return count
abc = func()
print(abc)
jiage = jisuan(abc)
print(jiage)
......
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