Coding status Python Square Spiral Pattern turtle #shorts #coding #programming

preview_player
Показать описание


If you found this video useful please give it a thumbs up and subscribe to my channel! and If you have any questions regarding this video, please ask them in the comment section. thanks for watching! :)

Follow Us:

#shorts #coding #programming

DISCLOSURE: This video and description might contain affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This help supports the channel and allows us to continue to make videos like this. Thank you for the support! [Intro Song Credit]
Valence - Infinite [NCS Release]
Рекомендации по теме
Комментарии
Автор

import turtle
screen = turtle.Screen ()
screen.setup(500, 600, startx=0, starty=100)
squary = turtle.Turtle()
squary.speed (10 )
for i in range(500):
squary.forward (i)
squary. left(91)

SurajRidesBlogs
Автор

After watching this short I did subscribe your channel...👍👍

yashbanait...
Автор

Please what does this graphics like we're did you run the code did u run the code on the internet please am new to coding

kuterinetrap
Автор

Your content is good but I don't like the turtle videos

tathyagarg
Автор

import turtle
screen = turtle.Screen()
screen.setup(500, 600, startx=0, starty=100)
squary = turtle.Turtle()
squary.speed(10)

for i in range(500):
squary.forward(i)
squary.left(91)

irwe