Solved

Case Study 1: ≫>> P = Pixel(200, 100, 150)

Question 23

Multiple Choice

Case Study 1:
>>> p = Pixel(200, 100, 150)
>>> p
(200, 100, 150)
>>> p.getRed()
1. ??????
>>> p.setBlue(20)
>>> p
2. ??????
>>>
-Refer to the session in the accompanying Case Study 1. What is printed on line 1?


A) 200
B) 100
C) 150
D) (200, 100, 20)

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions