Question: Consider the below function : def is_3_digit(num): if num >9 : if num + is a 3 digit number) elseturn (str(num) + is

Consider the below function : def is_3_digit(num): if num >9 : if num + " is a 3 digit number") elseturn (str(num) + " is not a 3 digit number" ) else: return (str(num) + " is not a 3 digit number" ) Which of the following conditional blocks will produce the same result as the above-given conditional block in the function is_3_digit(num)? if num >99 and num =99 and num =99 or num 99 or num
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
