Commit 6994b80e by BellCodeEditor

save project

parent 10f5dc26
Showing with 10 additions and 3 deletions
......@@ -14,5 +14,12 @@ def a():
print(total)
return total
r=a()
k=r[0]
print(k)
\ No newline at end of file
def b(r):
sum=0
for i in r:
sum+=i
print(sum)
ruturn sum
# k=r[0]
# print(k)
\ 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