Python Forum
Help! Turtle not working, even when we click the turtle demo in IDLE nothing happens.
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help! Turtle not working, even when we click the turtle demo in IDLE nothing happens.
#4
I'll elaborate. He/She meant to use python to bring out Turtle. Here.
import turtle         #Essential
turtle.Pen()          #Essential
tp = turtle.Pen()     #Helps to make it easier to type
tp.left(90)           #The rest is code to test it out
tp.color('red')   
tp.right(145)
tp.color('green')
tp.forward(120)
tp.left(145)
tp.color('blue')
tp.forward(100)
tp.right(90)
tp.penup()
tp.forward(50)
tp.pendown()
tp.right(90)
tp.forward(100)
tp.right(180)
tp.color('red')
tp.forward(40)
tp.right(90)
tp.color('green')
tp.circle(30, 180)
Reply


Messages In This Thread
RE: Help! Turtle not working, even when we click the turtle demo in IDLE nothing happens. - by SheeppOSU - Jan-04-2019, 02:44 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
Photo Problem installing turtle MasterJediKnight7 17 24,585 Mar-18-2024, 10:22 AM
Last Post: bmohamadyar313
  Trying to make a board with turtle, nothing happens when running script Quascia 3 657 Nov-01-2023, 03:11 PM
Last Post: deanhystad
  Turtle Star Fill Color Yellow-White Interchanging Color Effect codelab 9 990 Oct-25-2023, 09:09 AM
Last Post: codelab
  Turtle Detection ChinaPlaneFlyer 1 647 Apr-17-2023, 02:49 PM
Last Post: deanhystad
  Turtle Graphics - Screen & Window Sizing jerryf 1 823 Feb-09-2023, 08:02 PM
Last Post: jerryf
  Turtle.setpos() vs text position on screen query ElectronWrangler 0 1,595 Nov-26-2022, 02:39 AM
Last Post: ElectronWrangler
  Adding Decimals to classes with OOP + rounding to significant digits (ATM demo) Drone4four 7 2,291 May-04-2022, 06:15 AM
Last Post: Drone4four
Exclamation Phyton Metin2 Game Left Click not working. Help anonym35 0 1,530 Feb-02-2022, 07:01 PM
Last Post: anonym35
  Turtle onkey() simonc8 12 7,439 Jun-29-2021, 09:09 AM
Last Post: simonc8
  Setup working directory in IDLE Pavel_47 3 3,764 Mar-06-2021, 08:59 AM
Last Post: Pavel_47

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020