Text Size
Text Size
Exit Full Screen
Python Mini
Show
Source Code
View Source Code in Full Screen
Open in New Tab
from turtle import Turtle; from random import * t=Turtle() t.speed(10) t.setposition(-100, 100) t.color("#42f4eb") for i in range(121): t.fd(80) r = randint(0,256);g = randint(0,256);b = randint(0,256); t.color(r,g,b) t.fd(1) t.right(119) t.fd(20) r = randint(0,256);g = randint(0,256);g = randint(0,256); t.color(r,g,b) t.fd(80)
mandala.py
( around 15 lines python code )
Published By:
CookieMonster
Published on
2018-08-10T14:05:43Z
Python Mini
- an
OYOclass
application,
own your own class today
.
Run
Result
×
Error message shows here