Dukdukduk
@Dukdukduk
Just someone who is quite bad at spelling and coding.
ruiwenge2 Homework was invented by a funny American named Joe. To make homework, you need to take a teacher from the bay area and make a thin, round, big, pencil. Then you put it with big pizza, big burger, and freshly chopped dogs. Next, you have to cook it in a very hot human. When it is done, cut it into two circles. Then put it on the teachers blue chair. When they sit down, they should get happy and give you homework. If I could, I would burn homework three times a day! lol2 years ago
I'm also really bad at describing things. Um. Just click I guess!
Python (with Turtle)
I know, I'm not got at making titles.
Basically, this makes spirals. First you enter an amount of sides and then the length of each side. Simple.
He
Python (with Turtle)
Spiral Squares. Watch at your own risk 'cause IDK if it's good for your eyes.
Python (with Turtle)
look at the title it's ppretty easy to tell what it does. it draws a shape with 200 sides. if you want to, just count the sides.
lmao
Python (with Turtle)
The tittle says it all. Prob gonna get taken down for lake of effort but eh. It's my first turtle thing so yay.
Python (with Turtle)
So, how do I make a loop in turtle? It was easy to coop with at first, but now it's just annoying to type the same thing over and over again.
Python (with Turtle)
RYANTADIPARTHI Solution
a while loop is forever, and a for loop is how many times you want it to be. So, if you want to print something more than once, but limited, use for loop.
for i in range(10):
t.forward(90)
t.right(90)
like that.
That should work2 years ago
Coder100 for i in range(10):
print("hi")
as you can see in this example it ran the code 10 times.2 years ago
It doesn't do anything I'm a horrible coder, please don't judge me or make any changes to it.
Python
MocaCDeveloper It's not useless. Everyone starts somewhere!
I would just suggest that this be the only "useless" program you post, otherwise people get upset because then the share section of repl talk is filled of "useless" posts and repl is no longer fun.2 years ago