Commit 8ed9a0bd by BellCodeEditor

auto save

parent 81c4788c
Showing with 20 additions and 2 deletions
'''
lis=[2,8,3,6,5,3,8]
a=[]
for i in :
if == :
a.append(i)
print(a)
for j in a:
lis.pop(j)
print(lis)
'''
count=0
while count<50:
count+=1
if count%2==0:
continue
print(count,end='')
\ No newline at end of file
...@@ -35,4 +35,4 @@ while True: ...@@ -35,4 +35,4 @@ while True:
# 刷新画面 # 刷新画面
pygame.display.update() pygame.display.update()
fps.tick(3) fps.tick(1)
\ No newline at end of file \ 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