rsokl / Learning_Python

Source material for Python Like You Mean it
https://www.pythonlikeyoumeanit.com/
Other
166 stars 54 forks source link

updated order of color channels #198

Closed jclu2688 closed 1 year ago

jclu2688 commented 1 year ago

Fixed inconsistent ordering of color channels (RBG -> RGB) in a reading comprehension question to better match the solution provided.