Question: solve Using a conditional expression, write a statement that increments num_users if update_direction is 3, otherwise decrements num_users. Sample output with inputs: 8 3 New
solve
Using a conditional expression, write a statement that increments num_users if update_direction is 3, otherwise decrements num_users. Sample output with inputs: 8 3 New value is: 9 Learn how our autograder works 675918.5259138.qx3zqy7 1 num_users = int(input()) update_direction = int(input()) 1 test WN passed 4 num users = """ Your solution goes here " li UT print ( 'New value is: ', num_users) All tests passedStep by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
