python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How do I get all the turtles to respond to a click using python turtle onclick?
I am trying to make a game where you have to collect the turtle so when you click a turtle it moves into a box. The problem with this is that when you click one of the turtles a turtle moves that you ...
PHOEBE COMBS
Votes: 0
Answers: 2
How do I get the coordinates of a specific turtle in turtlesim (by python script)?
I am fairly new to this and I am trying to get the coordinates of a turtle to calculate Euclidean distances in python.
I have a python code which moves around 2 turtles. one named "turtle1" ...
randomUser1212421
Votes: 0
Answers: 2
How to make a frowning face on Python Turtle?
I need to make a frowning turtle face in python however I can't get the semi-circle arc like frown right, it's too big or not complete.
import turtle
t = turtle.Turtle(2)
t.speed(5)
t.forward(120)
t.l...
R S
Votes: 0
Answers: 2
Powershell Turtle Functionality - Is there a way to mimic the Python Turtle in Powershell?
Powershell Turtle Functionality - Is there a way to mimic the Python Turtle in Powershell?
I have searched the internet and can only find people creating functions to place dashes, underscores or pipe...
colemd1
Votes: 0
Answers: 1