Ask your own question, for FREE!
Computer Science 24 Online
OpenStudy (anonymous):

Which value should you give to the speed() function if you want the turtle to move as fast as possible? (Select the best answer.) (medals : 1)

OpenStudy (hugsnotughs):

I don't know...sorry, good luck. :)

OpenStudy (anonymous):

:(

OpenStudy (anonymous):

@hugsnotughs i asked you a question on ask.fm but i didnt wanna sound mean so sorry if i sound like a jerk :'(

OpenStudy (e.mccormick):

You would have to know the code involved to answer that.

OpenStudy (anonymous):

If input is a number greater than 10 or smaller than 0.5, speed is set to 0. Speedstrings are mapped to speedvalues as follows: “fastest”: 0 “fast”: 10 “normal”: 6 “slow”: 3 “slowest”: 1 Speeds from 1 to 10 enforce increasingly faster animation of line drawing and turtle turning. https://docs.python.org/2/library/turtle.html https://docs.python.org/2/library/turtle.html#turtle.speed So it is 0

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!