import turtle
import random
hinh = random.randint(1, 5)
def hinh1():
t = turtle.Turtle()
turtle.bgcolor("black")
t.pensize(2)
turtle.speed(0)
for i in range(1):
for i in range(6):
for colors in ["red", "blue", "magenta", "green", "yellow", "white"]:
turtle.color(colors)
turtle.circle(100)
turtle.left(10)
turtle.hideturtle()
turtle.mainloop()
def hinh2():
color = ["red", "purple", "blue", "green", "yellow", "orange"]
t = turtle.Pen()
t.speed(0)
turtle.bgcolor("black")
for x in range (360):
t.pencolor(color[x%6])
t.width(x/100 +1)
t.forward(x)
t.left(59)
def hinh3():
t = turtle.Turtle()
s = turtle.Screen()
s.bgcolor("black")
t.pencolor("yellow1")
a = 0
b = 0
t.speed(0)
t.penup()
t.goto(0,200)
t.pendown()
while(True):
t.forward(a)
t.right(b)
a+=3
b+=1
if b == 210:
break
t.hideturtle()
turtle.done()
def hinh4():
t = turtle.Pen()
turtle.bgcolor('black')
t.color("deepskyblue")
t.speed(0)
for x in range(250) :
t.forward(x)
t.left(90)
def hinh5():
t = turtle.Pen()
turtle.bgcolor("black")
t.speed(0)
colors = ["red", "yellow", "blue", "green"]
for x in range(100):
t.pencolor(colors[x%4])
t.circle(x)
t.left(91)
if hinh == 1:
hinh1()
elif hinh == 2:
hinh2()
elif hinh == 3:
hinh3()
elif hinh == 4:
hinh4()
elif hinh == 5:
hinh5()
Out trình🎀
Đăng nhập để tham gia bình luận
ảo thật đấy🌻🌻🌻
Đăng nhập để tham gia bình luận
được của ló đấy👍👍👍
Đăng nhập để tham gia bình luận
Tuyệt vời🔥🔥🔥
Đăng nhập để tham gia bình luận
chói chang quá👌👌
Đăng nhập để tham gia bình luận
Đăng nhập để tham gia bình luận