1.

Which of the following functions does not accept any arguments?(a) position(b) fillcolor(c) goto(d) setheading()The question was asked in an online quiz.Question is from Turtle Module topic in section Mapping Functions and Modules of Python

Answer»

Correct OPTION is (a) POSITION

Best EXPLANATION: The FUNCTIONS fillcolor(), goto() and setheading() accept arguments, whereas the function position() does not accept any arguments. The function position() returns the current position of the turtle.



Discussion

No Comment Found

Related InterviewSolutions