y < 100 y≥ 100 x < 50 normal alert x ≥ 50 normal poor performance

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

y < 100 y≥ 100 x < 50 normal alert x ≥ 50 normal poor performance

Post by answerhappygod »

Y 100 Y 100 X 50 Normal Alert X 50 Normal Poor Performance 1
Y 100 Y 100 X 50 Normal Alert X 50 Normal Poor Performance 1 (41.97 KiB) Viewed 15 times
Write some Python code below to:
1) Prompt the user for the values of x and y.
2) Determine the status of your process.
3) Print whether the process is behaving normally, poorly, or
requires an alert.
Your code on this problem is graded mostly on general ideas. One or
two small syntax mistakes (e.g., missing a parenthesis) are
acceptable, but please try to write working Python code. [20
points]
Canvas isn't the most graceful of tools for coding questions.
For demonstrating indentation, you may find it helpful to use a
period, or comma, and spaces, so Canvas can properly represent the
indentation.
For example:
Line 1
...Line 2 that is indented:
.......Line 3 further indented
...Line 4 that is less indented than line 3, but more indented
than line 1
Other methods work too, just try to make it readable so I can
more effectively grade it.
y < 100 y≥ 100 x < 50 normal alert x ≥ 50 normal poor performance
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply