

InterviewSolution
Saved Bookmarks
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 |
|