Commit 2947559c by BellCodeEditor

save project

parent a78b504b
Showing with 41 additions and 13 deletions
lmz=[1,2,3,4,5]
wxj=len(lmz)-1
while wxj >= 0:
print(lmz[wxj])
wxj=wxj-1
\ No newline at end of file
import turtle
turtle.pensize(3)
turtle.forward(150)
turtle.circle(50,180)
turtle.forward(180)
turtle.circle(48,180)
turtle.forward(150)
turtle.circle(45,180)
turtle.forward(120)
turtle.done()
import turtle
turtle.shape('square')
turtle.home()
turtle.dot()
turtle.stamp()
turtle.forward(100)
turtle.setheading(90)
turtle.stamp()
turtle.forward(100)
turtle.left(90)
turtle.stamp()
turtle.forward(100)
turtle.done()
\ No newline at end of file
import pygame A=283
from pygame import locals B=425
C=465
# 初始化pygame,为使用pygame做准备 D=234
pygame.init() E=765
if A<B and A<C and A<D and A<E and
# 创建一个窗口 print(a)
screen=pygame.display.set_mode((660,480)) if A<B and A<C and
while True: if A<B and A<C and
for event in pygame.event.get(): elif
if event.type == locals.QUIT:
exit()
\ 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