Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Turtle python graphics
#2
I have this working (looks like an erratic line) but i am unsure that I understand what you need.
1) Is putting the points in a dictionary essential to the setup?
(I put them simply in a 2D list)
2) Turtle moves forward with the X value and left with the Y value?
Or do you want it to jump from x,y to x,y, that's something else.

Paul
It is more important to do the right thing, than to do the thing right.(P.Drucker)
Better is the enemy of good. (Montesquieu) = French version for 'kiss'.
Reply


Messages In This Thread
Turtle python graphics - by Y0sh1 - Jun-09-2020, 03:26 PM
RE: Turtle python graphics - by DPaul - Jun-09-2020, 03:44 PM
RE: Turtle python graphics - by Y0sh1 - Jun-10-2020, 08:59 AM
RE: Turtle python graphics - by Yoriz - Jun-09-2020, 03:50 PM
RE: Turtle python graphics - by DPaul - Jun-10-2020, 09:30 AM
RE: Turtle python graphics - by Y0sh1 - Jun-10-2020, 09:40 AM
RE: Turtle python graphics - by DPaul - Jun-10-2020, 10:05 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Turtle Graphics - Screen & Window Sizing jerryf 1 6,865 Feb-09-2023, 08:02 PM
Last Post: jerryf
  Python graphics kaltenherz 1 2,251 Sep-05-2021, 05:19 PM
Last Post: jefsummers
  Python 3 Turtle - Screen Events and Coords peteralien 0 2,485 Aug-18-2020, 11:25 PM
Last Post: peteralien
  For loops help, using python turtle SemiBeginnerPY 2 6,706 Mar-10-2020, 10:46 AM
Last Post: SemiBeginnerPY
  Python Turtle Help codinghero 1 23,887 Jan-04-2020, 12:46 AM
Last Post: ichabod801
  Python Graphics Help With Entries BadenJaden 1 72,667 Jul-24-2019, 10:36 PM
Last Post: Yoriz
  Python Turtle and order of implementation query Parsleigh 2 3,440 Mar-04-2019, 02:43 PM
Last Post: Parsleigh
  wn = turtle.screen() AttributeError: module 'turtle' has no attribute 'screen' Shadower 1 7,175 Feb-06-2019, 01:25 AM
Last Post: woooee
  Help! Turtle not working, even when we click the turtle demo in IDLE nothing happens. BertyBee 3 7,290 Jan-04-2019, 02:44 AM
Last Post: SheeppOSU
  from graphics import * jmaloney413 2 6,828 Oct-18-2018, 08:22 AM
Last Post: perfringo

Forum Jump:

User Panel Messages

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