用户:
胡峻浩查看:0 回复:1 评论:0 创建时间:2021-07-23T10:45:05
【作品展示】

【作品介绍】
它是一个箭靶!
【作品源代码】
from arcade import *
open_window(440,440,'rainbow')
set_background_color(color.WHITE)
start_render()
# 修改圆的半径
draw_circle_filled(220,220,220,color.GRAY)
draw_circle_filled(220,220,180,color.SKY_BLUE)
draw_circle_filled(220,220,140,color.ORANGE_RED)
draw_circle_filled(220,220,100,color.BLACK)
draw_circle_filled(220,220,60,color.YELLOW)
draw_circle_filled(220,220,20,color.RED)
finish_render()
run()
【提示】
部分含有Python第三方库相关内容的作品,在海龟编辑器网页端无法运行哦!如遇到这种情况,可以打开下面的链接,下载海龟编辑器客户端:
https://python.codemao.cn