shapes by python #3
python,python tutorial,python turtle,python pattern,opencv python,shapes in python,python for beginners,python pattern tutorial,shapes in python code,
الكود 👇👇
import turtle
turtle.bgcolor('black')
turtle.speed(0)
turtle.hideturtle()
Colors = ["blue","red","yellow"]
for i in range (200):
for c in Colors:
turtle.color(c)
turtle.left(200)
turtle.circle(200-i, 80)
turtle.mainloop()
شاهد الفيديو .......