Which Of The Following Functions Can Be Used To Make The Arrow #914
Which of the following functions can be used to make the arrow black?
This multiple choice question (MCQ) is related to the book/course gs gs109 Python. It can also be found in gs gs109 Python Modules - Python Turtle Module - Quiz No.2.
Which of the following functions can be used to make the arrow black?
turtle.color(0,1,0)
turtle.color(1,0,0)
turtle.color(0,0,1)
turtle.color(0,0,0)