当前位置: 首页 > 工具软件 > Teddy > 使用案例 >

teddy -史诗级抽象画‘嘉恒最帅’

曹新觉
2023-12-01
import turtle
import random
turtle.pensize(3)
turtle.colormode(255)
turtle.bgcolor('black')
turtle.speed(0)
for a in range(1000):
    d = random.randint(0, 255)
    e = random.randint(0, 255)
    f = random.randint(0, 255)
    j = random.randint(0, 255)
    turtle.color(d, e, f)
    turtle.write('嘉恒最帅',font=(None,j))
    # for i in range(5):
    #     turtle.fd(j)
    #     turtle.left(144)
    c=random.randint(-360, 360)
    b = random.randint(-360, 360)
    turtle.penup()
    turtle.goto(b, c)
    turtle.pendown()




 类似资料: