Myvideo

Guest

Login

Python Turtle - Code a Cool Pattern Tutorial

Uploaded By: Myvideo
1 view
0
0 votes
0

Learn how to draw a cool pattern using octagons in Python's Turtle module. ~ CODE ~ from turtle import * speed(0) bgcolor(“black“) color(“greenyellow“) pensize(5) for i in range(8): left(45) for i in range(8): forward(100) right(45) hideturtle()

Share with your friends

Link:

Embed:

Video Size:

Custom size:

x

Add to Playlist:

Favorites
My Playlist
Watch Later