Answer:
A computer does not have brain of its own
Media is the surface or material that an artist works on
Answer:
20
Explanation:
assuming the print statement is not indented, the program effectively calculates 2+5+6+7.
The range(...) is <em>excluding </em>the end value (8 in this case).
Answer:
background-color: (Color)
Explanation:
This is actually CSS coding, as you would code it like:
Body {
background-color: (Color)
}