Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Turtle python graphics
#5
Are you sure the coordinates draw a heart ? :-)
It works , but i get the start of a heart +/- ...
What i did:
D is now a list of dictionaries.
"For coord in D:" is what Yoriz says.
Each coord has 2 dictionary keys ['X'] and ['Y'], that give simple access to the values.
After that, piece of cake.
Also, do not include D in your def call, as D is visible from within the def.
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,830 Feb-09-2023, 08:02 PM
Last Post: jerryf
  Python graphics kaltenherz 1 2,247 Sep-05-2021, 05:19 PM
Last Post: jefsummers
  Python 3 Turtle - Screen Events and Coords peteralien 0 2,481 Aug-18-2020, 11:25 PM
Last Post: peteralien
  For loops help, using python turtle SemiBeginnerPY 2 6,698 Mar-10-2020, 10:46 AM
Last Post: SemiBeginnerPY
  Python Turtle Help codinghero 1 23,886 Jan-04-2020, 12:46 AM
Last Post: ichabod801
  Python Graphics Help With Entries BadenJaden 1 72,666 Jul-24-2019, 10:36 PM
Last Post: Yoriz
  Python Turtle and order of implementation query Parsleigh 2 3,437 Mar-04-2019, 02:43 PM
Last Post: Parsleigh
  wn = turtle.screen() AttributeError: module 'turtle' has no attribute 'screen' Shadower 1 7,173 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,284 Jan-04-2019, 02:44 AM
Last Post: SheeppOSU
  from graphics import * jmaloney413 2 6,818 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