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)
I don't know...sorry, good luck. :)
:(
@hugsnotughs i asked you a question on ask.fm but i didnt wanna sound mean so sorry if i sound like a jerk :'(
You would have to know the code involved to answer that.
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
Join our real-time social learning platform and learn together with your friends!