Skip to content
This repository was archived by the owner on Sep 12, 2024. It is now read-only.

param20h/design

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

design

see it once { import turtle

t=turtle.Turtle() s=turtle.Screen()

s.bgcolor("black")

t.width(2) t.speed(15)

col=('lavender','pink','cyan')

for i in range (300): t.pencolor(col[i%3]) t.forward(i*4) t.right(121) }

About

see it once

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published