Question: solve CHALLENGE ACTIVITY 3.9.2: Conditional expression: Conditional assignment. Using a conditional expression, write a statement that increments num_users if update_direction is 3, otherwise decrements num_users.
solve
CHALLENGE ACTIVITY 3.9.2: Conditional expression: Conditional assignment. 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 662046.5177596.qx3zqy7 1 num_users = int(input()) update_direction = int(input()) 1 test passed num_users = '' Your solution goes here "" ' All tests 6 print('New value is: ', num_users) passed Run Feedback? How was this section? ( Q Provide section feedbackStep 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
