Commit 991afce1 by BellCodeEditor

save project

parent 8fdee074
Showing with 14 additions and 2 deletions
'''
import pygame import pygame
j="runing" j="runing"
t=30 t=30
...@@ -14,4 +15,15 @@ while True: ...@@ -14,4 +15,15 @@ while True:
y+=t y+=t
t+=2 t+=2
else: else:
j='runing' j='runing'
\ No newline at end of file '''
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