Question: num_score1 and num_score2 are read from input. If num_score1 is greater than or equal to 30, then output 'num_score1 is greater than or equal to
num_score1 and num_score2 are read from input. If num_score1 is greater than or equal to 30, then output 'num_score1 is greater than or equal to 30.' If num_score2 is less than or equal to 5, then assign num_score2 with 1. Otherwise, output 'num_score2 is greater than 5.' num_score1 = int(input()) num_score2 = int(input()) ''' Your code goes here ''' print(f'num_score2 is {num_score2}.')
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
