Skip to content
Sign UpLog In
Profile icon

kathyb

@kathyb
Repls
Community
kathyb
kathyb
shared a Post
4 years ago
A turtle that spins
change code to make turtle spin multiple times
SecretUnsungCustomer
Python (with Turtle)
kathyb
kathyb
shared a Post
4 years ago
a turtlee that talks
SugaryAbleToolbox
Python (with Turtle)
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
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
kathyb
kathyb
shared a Post
4 years ago
anyone know how to fill in funnels to give more depth?
SinfulJuvenilePackage
Python (with Turtle)
Geocube101
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
kathyb
kathyb
shared a Post
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
DecimalBlaringJavadocs
Python (with Turtle)
Scratchmaster
Scratchmaster
Wow!2 years ago
SAIsai2
SAIsai2
Uploading circle.py...3 years ago
kathyb
kathyb
shared a Post
4 years ago
iI'M TRYING TO TURN THE TURTLE INTO A HOUSE IN ONE GO.
OtherGoodPreprocessor
Python (with Turtle)
AzureScripts
AzureScripts
Not gonna lie, but if you manage this, i'll be impressed.4 years ago
kathyb
kathyb
shared a Post
4 years ago
KEYWORDS FOR, IN AND A VARIABLE C
WhoppingFatalLink
Python (with Turtle)
kathyb
kathyb
shared a Post
4 years ago
it works on my profile but not on this replit
ScalyDelightfulAutocad
Python
Four_Of_Clubs
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
kathyb
kathyb
shared a Post
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
CleverEnragedScript
Python (with Turtle)
kathyb
kathyb
shared a Post
4 years ago
ADDED SOME PEN COLOR AND DIALOGUE
ConcernedFrostyCodegeneration
Python (with Turtle)
kathyb
kathyb
shared a Post
4 years ago
stairs
ConcernedFrostyCodegeneration
Python (with Turtle)
kathyb
kathyb
shared a Post
4 years ago
balls shooting past a star
CarefulZestyMachinecodeinstruction
Python (with Turtle)
kathyb
kathyb
shared a Post
4 years ago
A Spiral takes about 10 minutes to make
FrankSourOpposites
Python (with Turtle)
DanielSchumache
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
kathyb
kathyb
shared a Post
4 years ago
You got to let is run for a few minutes
FrankSourOpposites
Python (with Turtle)
kathyb
kathyb
shared a Post
4 years ago
removes circular saw code, star.left(104) star.backward(75) star.right(95)
FrankSourOpposites
Python (with Turtle)
kathyb
kathyb
shared a Post
4 years ago
so happy i figured out how to draw circles and put something inside of circles
FrankSourOpposites
Python (with Turtle)
kathyb
kathyb
shared a Post
4 years ago
Hey I figured out how to keep star running.
FrankSourOpposites
Python (with Turtle)
kathyb
kathyb
shared a Post
4 years ago
TRYING EXTRA COUNTING CODES FROM QAZI
EnergeticUnwillingSquares
Python (with Turtle)
kathyb
kathyb
shared a Post
4 years ago
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
How to Use Join Method in Python
Python
21natzil
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
kathyb
kathyb
shared a Post
4 years ago
I made a square, Yeah! I added speed
positivethinking
Python (with Turtle)
kathyb
kathyb
shared a Post
4 years ago
I thought I might make a triangle prior to making a square
ShockedVapidOpengroup
Python (with Turtle)