kathyb
@kathyb
kathyb @timmyichen (452)
I am sharing for an instructor. I am also seeking comment so I can get better. I need to work so...4 years ago
timmy_i_chen Hi @kathyb - are you sharing these as part of a classroom? Are you sharing them so that your teacher can see them?4 years ago
anyone know how to fill in funnels to give more depth?
Python (with Turtle)
Geocube101 If you want to fill in a shape with a specific color, you can use fillcolor() to set the color and 'beginfill()' to tell the turtle to fill the next complete shape. 'endfill()' must be called to tell the turtle to end the fill (And the fill doesn't work without this function).4 years ago
#cleverprogrammer
I learned this by accident and deleted the script. And don't you know his next class said make the turtle into a circle.. I could n
Python (with Turtle)
iI'M TRYING TO TURN THE TURTLE INTO A HOUSE IN ONE GO.
Python (with Turtle)
Four_Of_Clubs There is a separate place to make things in python turtle. Instead of clicking on "Python", click on "Python (with turtle").4 years ago
Hey Qazi, I looked it up online to find the code and then I changed it so it would fit what I wanted to do. I also learned about bots on another site
Python (with Turtle)
DanielSchumache Forking stops it from working for me. I tried to fork it, so I could add turtle.speed(), but since that doesn't work, I'm telling you that it can go by a lot faster with that.4 years ago
removes circular saw code,
star.left(104)
star.backward(75)
star.right(95)
Python (with Turtle)
so happy i figured out how to draw circles and put something inside of circles
Python (with Turtle)
I was finally able to use a join I copied from Qazi but I got multiple lines cause I separated the words with the space bar. I tried to get one sente
Python
21natzil You're using it correctly. You just have to remember that almost all built-in python methods starts lowercase. It's join not Join.4 years ago