Commit 6994b80e by BellCodeEditor

save project

parent 10f5dc26
Showing with 11 additions and 4 deletions
......@@ -13,6 +13,13 @@ def a():
total.append(unit)
print(total)
return total
r=a()
k=r[0]
print(k)
\ No newline at end of file
r=a()
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