原创

马牛逼-107163833-x469

浏览:61
更新时间:2022-10-07
发布于:广东
微信扫一扫
分享至其他
0
表情
漩涡
0/200
全部评论
作品说明
import turtle import random def colors(): d=random.uniform(0,1) a=random.uniform(0,1) n=random.uniform(0,1) turtle.fillcolor(d,a,n) colors() turtle.begin_fill() turtle.shape() for i in range(4): turtle.fd(50) turtle.left(90) turtle.end_fill() turtle.fd(25) colors() turtle.begin_fill() turtle.circle(25) turtle.end_fill() turtle.fd(25) colors() turtle.begin_fill() turtle.shape() for i in range(4): turtle.fd(50) turtle.left(90) turtle.end_fill() colors() turtle.begin
操作说明
turtle.fd(25) colors() turtle.begin_fill() turtle.circle(25) turtle.end_fill() turtle.fd(25) colors() turtle.begin_fill() turtle.shape() for i in range(4): turtle.fd(50) turtle.left(90) turtle.end_fill() colors() turtle.begin_fill() turtle.circle(50,90) turtle.left(90) turtle.fd(50) turtle.left(90) turtle.fd(50) turtle.end_fill()