end video question
why is the answer false? is color="b" and color = "blue" different things?
Python-3.4.3 Other-Types-Of-Plots 07-08 min 10-20 sec
Answers:
Yes. They both are different things. color variable is initialized two times with different values one with "b" and another with "blue".
but deosnt 'b' represent blue?
I think the answer is false because first command is scatter and second command is plot.