猫史档案馆


【Python作品分享】sans.2【教程贴】

用户:莫斯科客莫斯科客查看:0 回复:0 评论:0 创建时间:2022-07-09T16:06:12


【作品展示】

center_image

 

【作品介绍】

1123

 

【作品源代码】

import pgzrun
x=190
xx=1
y=570
yy=4
def draw():
    screen.fill('black')
    screen.draw.filled_circle((400, 590),300, 'white')
    screen.draw.filled_circle((250, 570), 100, 'black')
    screen.draw.filled_circle((x, 570), 30, 'white')
    screen.draw.filled_circle((550, 570), 100, 'black')
    
def update():
    global x,xx,y,yy
    x=x+xx
    y=y+yy
    if x>=300 or x<190:
      xx=-xx
    if y>=600 or y>570:
        y=-yy
pgzrun.go()

 

【提示】

部分含有Python第三方库相关内容的作品,在海龟编辑器网页端无法运行哦!如遇到这种情况,可以打开下面的链接,下载海龟编辑器客户端:

https://python.codemao.cn


回复

上一页1 页 / 共 0下一页