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)
Is there a function in the keyboard module that returns ANY letter that is pressed?
I'm having trouble using the keyboard module. I'm working on a typing game in turtle graphics. The user types and a "guide" arrow above the sentence shows the user how far they've typed. The...
SWEEPC
Votes: 0
Answers: 2
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
Displaying the cosine function with specified periods (turtle)
I'm using the turtle api to finish [this assignment] (http://sites.asmsa.org/java-turtle/exer/5-function-graphing). I'm stuck on graphing the cosine function displaying a user-specified number of peri...
delkill
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