Question: 2 Complete the expression so that user_points is assigned with O if user_levet is less than 25 (second branch). Otherwise, user points is assigned with
2 Complete the expression so that user_points is assigned with O if user_levet is less than 25 (second branch). Otherwise, user points is assigned with 10 (first branch). 1 user_level = int(input() # Program will be tested with values: 15, 20, 25, 30, 35. 3 if user_level .25: user_points - 10 5 else: user_points - 8 printCuser points) 4 6 7 9
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
