Commit 9b2cb03e by BellCodeEditor

save project

parent 5722e192
Showing with 9 additions and 4 deletions
...@@ -9,11 +9,13 @@ def qw(): ...@@ -9,11 +9,13 @@ def qw():
total.append(unit) total.append(unit)
#print(total) #print(total)
return total return total
qrt=qw()
print(lst[0])
def sun(money): def sun(money):
count=0 count=0
for i in money: for i in money:
count += i count += i
return count return count
\ No newline at end of file
list1 =qw()
result=sum(list1)
print(result)
\ No newline at end of file
import turtle
import func
\ 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