Question: i need help making another circle beside the other one
Repl link:
import turtle
murry= turtle.Pen()
murry.shape("circle")
murry.speed(speed=10)
for x in range(18):
murry.forward(10)
murry.left(10)
murry.pensize(width=10)
murry.left(30)
murry.right(10)
murry.color("green")
murry.shape("circle")
murry.left(10)
murry.right(20)
murry.pensize(width=5)
murry.color("green")
murry.left(45)
for x in range(1):
murry.forward(20)
murry.left(49)
9pfs1
April 30, 2023, 7:20pm
2
Hello @Madisonwa , welcome to the community!
Please edit your postās code to be formatted like this:
```languagename
Your code here
```
So that it is easier for staff and members of the community to help you with your issue!
Also see this guide on how to share your code:
To share your code with others, you can simply link to your repl or paste and format the code into your post!
Linking to a repl
The easiest way to share your code is by linking to your repl. You can find the link by clicking on your repl title, clicking the three dots, selecting āCover page,ā and copying the cover page URL.
NOTE: only share repl join links or use the invite button with people you trust!
[Kapture 2022-06-23 at 16.51.07]
Sharing short code samples
Share a snippet of your codā¦
PS: if you cannot edit your post, please read around a little to increase your trust level and let you access editing your posts.
cc: @QwertyQwerty88 @dragonhunter1 @MattDESTROYER
1 Like
@Madisonwa I have edited your title as, I guess you are frustrated, certain words should not be used
1 Like
Well I already edited it, but yeah.
sorry. my math teacher started us on this website and i need help creating another circle beside the other one to like make a tree ? an anyone help
So what are you trying to do? Your code draws circles on top of each other ⦠so read carefully what i wrote
1 Like
i need to make them go beside each other in like a circle to make a tree like all around
Ok, well draw the circles in different positions
It is a math problem ⦠i already gave you an hint you draw on top, so think how you would move the pen (turtle) if you were doing on paper ⦠same in turtle/python
1 Like
you would move it up and them left(10) and right (20)?
try it and see what you get
1 Like
donāt ask us, just try it and see if it works, if it doesnāt, try plugging in different numbers. experiment with it
Itās not really, just a lot of trial and error, like most things. just donāt give up!
i canāt give up or i failā¦
Do not get discouraged. It takes some tries and you will feel it see it gets less confusing< But you need to try and see
1 Like
^^^
what I meant but said better
1 Like
Well ⦠we were typing at the same time
1 Like
then try again with different numbers. make sure youāre changing the position and then drawing.