Question: CHALLENGE ACTIVITY 4.8.1: If-else statement: Fix errors. 535346.3754758.q3zqy7 Jump to level 1 Find and fix the error in the if-else statement. user_num = int(input()) #

CHALLENGE ACTIVITY 4.8.1: If-else statement: Fix errors. 535346.3754758.q3zqy7 Jump to level 1 Find and fix the error in the if-else statement. user_num = int(input()) \# Program will be tested with values: 1, 2, 3, 4. if user_num =2 : print('Num is less or equal to two') else: print('Num is greater than two')
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
