Commit 9b2cb03e by BellCodeEditor

save project

parent 5722e192
Showing with 8 additions and 2 deletions
......@@ -9,11 +9,13 @@ def qw():
total.append(unit)
#print(total)
return total
qrt=qw()
print(lst[0])
def sun(money):
count=0
for i in money:
count += i
return count
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