Commit 4f8dfcd3 by BellCodeEditor

save project

parent c00cff9b
Showing with 8 additions and 0 deletions
...@@ -11,5 +11,12 @@ def aaa(): ...@@ -11,5 +11,12 @@ def aaa():
except: except:
print("shuzi") print("shuzi")
return total return total
def sj(money):
count=0
for i in money:
count+=i
return count
aqaq=aaa() aqaq=aaa()
print(aqaq) print(aqaq)
sj()
\ 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