Question: Part B (5 points) - assignments with compound expressions Remember to continue using the repl which contains your code from part A B1 . Write
Part B (5 points) - assignments with compound expressions
Remember to continue using the repl which contains your code from part A
B1.
Write an assignment statement that sets the variable assigns a variable named blue_level to the remainder when color is divided by green_offset (normally this as: "color modulus green_offset").
B2.
Write an assignment that assigns a variable named red_level the result of dividing color by red_offset using whole-number division (e.g., the division that only returns the whole number amount).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
