Commit 991afce1 by BellCodeEditor

save project

parent 8fdee074
Showing with 14 additions and 2 deletions
'''
import pygame
j="runing"
t=30
......@@ -14,4 +15,15 @@ while True:
y+=t
t+=2
else:
j='runing'
\ No newline at end of file
j='runing'
'''
money=[]
def lm(money):
count=0
for i in money:
count=count+i
return count
price = [23,56,87,95]
resurt=lm(price)
print(resurt)
\ 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