Text Size
Text Size
Exit Full Screen
Python Mini
Show
Source Code
View Source Code in Full Screen
Open in New Tab
import turtle as tor distance = 400 tor.setposition(-200, 200) tor.speed(11) tor.width(50) red = 255 green = 255 blue = 255 for times in range(268): tor.color(red, green, blue) tor.forward(distance) tor.right(90) distance = distance - 1.5 red = red - 1 green = green - 1 blue = blue - 1
ch_FadingSpiral.py
( around 16 lines python code )
Published By:
EM5700
Published on
2019-12-13T13:31:29Z
Python Mini
- an
OYOclass
application,
own your own class today
.
Run
Result
×
Error message shows here