This media is not supported in your browser
VIEW IN TELEGRAM
سورس کد
@raspberry_python
import turtle
col=('yellow','red','green','orange','blue','white')
t=turtle.Turtle()
screen=turtle.Screen()
screen.bgcolor('black')
t.speed(30)
for i in range (150):
t.color(col[i%6])
t.forward(i*4)
t.left(150)
t.width(2)
@raspberry_python
Built in class Attributes
https://www.instagram.com/p/CTLzAcMjNrk/?utm_medium=copy_link
@raspberry_python
https://www.instagram.com/p/CTLzAcMjNrk/?utm_medium=copy_link
@raspberry_python