python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Could someone explain what the use for this piece of code is?
I started this pixel art project using turtle in Python, and I used some code online to help me out, and it works, but I am not sure why it works and what it does. Could someone help me out here? Than...
Jacob Voss
Votes: 0
Answers: 1
Turtle graphics - framerate?
Using Turtle Graphics and Python -- I have a group of 10 basic graphic elements on the screen at the same time and it runs sluggish. As soon as some of the elements "leave" the graphic wind...
netrate
Votes: 0
Answers: 1
How to make a 'turtle color checker' in turtle?
I'm trying to make a code that check the turle's current color in python, something like this:
if turtle.color()=='gray':
pass
else:
color = input('type some color: ')
turtle.color(color)
But...
plsHelpMe
Votes: 0
Answers: 2
How do I use the python turtle on click function to clear the canvas?
This is for a school project - I am still a beginner and have lots of trouble with functions. How would I clear the canvas with a click?
school help
Votes: 0
Answers: 1