Python Forum
How Can I Draw Circle With Turtle İn Python ?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How Can I Draw Circle With Turtle İn Python ?
#1
Hello friends ı need a help about this homework ı need to draw a circle but with dashed circle .

[Image: Screen-Shot-2019-03-21-at-8.57.28-PM.png...C783&ssl=1]

Can Anyone Helpme Thank You.

Attached Files

Thumbnail(s)
   
Reply
#2
I assume that you have already learned turtle.penup () and turtle.pendown (). Have you been taught about turtle.circle () and that turtle.circle (radius, arc_angle) will draw an arc instead of a full circle?
Reply
#3
If you are not familiar with penup/pendown, you can still use the arc technique
as BashBedlam proposes, but alternate colors.

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


Possibly Related Threads…
Thread Author Replies Views Last Post
Photo I need help with a circle random color code and error Vxploit 4 2,955 Mar-21-2021, 07:23 PM
Last Post: jefsummers
  Turtle circle Fabio87 3 2,424 Dec-17-2020, 10:52 PM
Last Post: Fabio87
  Calculate area of a circle pythonuser1 20 6,841 Apr-15-2020, 03:18 AM
Last Post: Skaperen
  Divide a Python Turtle program into subprograms TurtleOHG 5 3,328 Mar-21-2020, 02:07 PM
Last Post: buran
  Intersection of a triangle and a circle Gira 3 3,541 May-19-2019, 06:04 PM
Last Post: heiner55
  python idle turtle graphics help jojo 5 3,955 Apr-14-2019, 12:28 PM
Last Post: ichabod801
  Python Turtle Help patrick_oneal_4 5 3,572 Jan-27-2019, 04:39 AM
Last Post: ichabod801
  radius of circle question charlottecrosland 5 4,132 Sep-11-2017, 09:50 AM
Last Post: charlottecrosland

Forum Jump:

User Panel Messages

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