11 Answers
New AnswerThanks to YouTube! This might help you π https://m.youtube.com/watch?v=oAz5eIpgTpg π₯ Learn Python Programming - 3 - The Turtle - YouTube https://m.youtube.com/watch?v=p7CiFhiTdvY π₯ Python Turtle Graphics Tutorial #1 - Introduction - YouTube
first type: from turtle import * then you can use the turtle methods without the module name like: forward(10) seth(90) backward(50) unless youβre just asking how to turn right just use: turtle.rt(angle) or turtle.right(angle)
Sololearn Inc.
535 Mission Street, Suite 1591Send us a message