fun with python | Savvy Programmer

Published: 16 March 2022
on channel: Savvy Programmer
73
2

source code:
###############

import turtle
turtle.bgcolor("black")

square=turtle.Turtle()
square.speed(200)
square.pencolor("red")
for i in range(400):
square.forward(i)
square.left(91)

###############

make sure u have installed the turtle

#python #pythonprogramming #funwithpython


Watch video fun with python | Savvy Programmer online without registration, duration hours minute second in high quality. This video was added by user Savvy Programmer 16 March 2022, don't forget to share it with your friends and acquaintances, it has been viewed on our site 7 once and liked it people.