Vidyalelo
Python · Q130

Module in Python

Programming · Python · question 130

Q130

Which of the following functions can be used to make the arrow black?

A.
turtle.color(0,1,0)
B.
turtle.color(1,0,0)
C.
turtle.color(0,0,1)
D.
turtle.color(0,0,0)
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board