Commit fd8be02b by BellCodeEditor

save project

parent 132a5b37
Showing with 12 additions and 2 deletions
...@@ -17,4 +17,4 @@ def jik(): ...@@ -17,4 +17,4 @@ def jik():
result = jik() result = jik()
jik() print(result)
\ No newline at end of file \ No newline at end of file
def sum(money):
count = 0
for i in money:
conut += i
return count
#print(sum1([1,2,3,4]))
list = [1,2,3]
print(sum1(list))
\ 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