Python Turtle Code: Rotating Triangle 1

preview_player
Показать описание
A spiro art generated by 20 stamped images of a rotating triangle. The point of rotation is within the triangle. The Python Turtle code here has only less than 25 lines.

Please feel free to copy and paste the Python Turtle code below. Ask questions about the code if you have any, and please subscribe. Enjoy!! :)

import turtle
scrin = turtle.Screen()
t = turtle.Turtle()
for i in range(20):
Рекомендации по теме
Комментарии
Автор

how can i make a square out of this please code

zeyphy
Автор

how can i make a square out of this please code

zeyphy