Page 1 of 1

Problem 4 (5 pts) What are x, y, and z after running the below block of code? X = 0 y = -10 Z = -3*y + 5 if x > 2: y = 1

Posted: Mon May 02, 2022 12:22 pm
by answerhappygod
Problem 4 5 Pts What Are X Y And Z After Running The Below Block Of Code X 0 Y 10 Z 3 Y 5 If X 2 Y 1 1
Problem 4 5 Pts What Are X Y And Z After Running The Below Block Of Code X 0 Y 10 Z 3 Y 5 If X 2 Y 1 1 (126.62 KiB) Viewed 55 times
Problem 4 (5 pts) What are x, y, and z after running the below block of code? X = 0 y = -10 Z = -3*y + 5 if x > 2: y = 10 if z < 5: z = 0