Python Turtle - Square Tutorial

preview_player
Показать описание
Learn how to draw 4 different squares using 4 different snippets of Python code. You will make use of Python's Turtle module to help draw these shapes.
Рекомендации по теме
Комментарии
Автор

This one video REALLY helped me understand the last 6 lectures we had in class since the start of the semester. I wish you were teaching our class!

ikhalifapro
Автор

Thanks man, I'm a beginner, helped me out a ton.

ingydegmar
Автор

Thanks a lot This was really helpful for me to get started with drawing in python!

vivanshetty
Автор

i am good at python and i used this in my program thanks!

ItsYourTechDude
Автор

Your tutorials are very easy to follow. But can you please tell me where to find the python libraries ie Turtle and Time etc and what is in them

carolwareing
Автор

Hey there! thanks a lot but what if I wanted black then red then black then red and so on for a polygon?

tameralbouz
Автор

how would i get this code to repeat itself producing 10 squares with equal distance between them?

saigehaze
Автор

Quick question! So do brackets go after every line of code to close it off or select something? Or only after certain lines? Sorry, I'm very new to coding

Mellowdy
Автор

I can't fill the color red for my rectangle

merediththesyrian
Автор

it says Traceback (most recent call last):
File "C:\Users\kaant\AppData\Local\Programs\Python\Python39\game.py", line 13, in <module>
window = turtle.screen()
AttributeError: module 'turtle' has no attribute 'screen'

chaetys
Автор

Can you make a video to how to draw a rectangle?

gaoqingplatform
Автор

how do you change the size for the shape? sorry i'm new to python so i have lots of questions

iisimplyamy
Автор

this is a great video!
but mine just isnt working, it says: Traceback (most recent call last):
File "C:/Users/lenovo/AppData/Local/Programs/Python/Python310/square.py", line 1, in <module>
window = turtle.Screen()
NameError: name 'turtle' is not defined. Did you mean: 'tuple'?
Help

GurpreetSingh-frhe
Автор

Which Idle u are using, which Verision of software

techmech
Автор

Turtle Square face, don't be sad

Dragon-Slayr
Автор

Traceback (most recent call last):
File (1).py", line 1, in <module>
import turtle
ImportError: No module named turtle

FEEXZY
visit shbcf.ru