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
from pygame import locals
# 初始化pygame,为使用pygame做准备
pygame.init()
# 创建一个窗口
screen=pygame.display.set_mode((660,480))
while True:
for event in pygame.event.get():
if event.type == locals.QUIT:
exit()
\ No newline at end of file
A=283
B=425
C=465
D=234
E=765
if A<B and A<C and A<D and A<E and
print(a)
if A<B and A<C and
if A<B and A<C and
elif
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