Turtle | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Turtle

In python there is turtle right? I forgot how to activate it. It is turtle.forward and turtle.left/right?

10th Jul 2019, 12:43 AM
Netra
Netra - avatar
11 Answers
+ 6
Thanks 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
10th Jul 2019, 1:20 AM
KingDaniel2004
KingDaniel2004 - avatar
+ 5
That link not found...
10th Jul 2019, 1:16 AM
KingDaniel2004
KingDaniel2004 - avatar
+ 5
Netra 🤦 why tho?
10th Jul 2019, 1:31 AM
KingDaniel2004
KingDaniel2004 - avatar
+ 2
it worked on IDLE
10th Jul 2019, 1:18 AM
Netra
Netra - avatar
+ 2
thanks!
10th Jul 2019, 1:21 AM
Netra
Netra - avatar
+ 2
im not allowed to watch youtube though
10th Jul 2019, 1:21 AM
Netra
Netra - avatar
+ 2
🤷🏾‍♀️
10th Jul 2019, 1:31 AM
Netra
Netra - avatar
+ 1
Import turtle package
10th Jul 2019, 2:34 AM
tejaswi kanneganti
tejaswi kanneganti - avatar
+ 1
thx 😀
8th Sep 2019, 7:33 PM
Netra
Netra - avatar
+ 1
import turtle
2nd May 2020, 2:28 PM
Mohammad Alamgir Hossain
Mohammad Alamgir Hossain - avatar
0
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)
10th Jul 2019, 2:19 AM
Jake
Jake - avatar