Question: solve ty 3.9.1: Boolean operators: Detect specific values. Write an expression using Boolean operators that prints Special number if special_num is -99, 0, or 44.
solve
ty 3.9.1: Boolean operators: Detect specific values. Write an expression using Boolean operators that prints \"Special number" if special_num is -99, 0, or 44. Sample output with input: 1/7 Not special number Learn how our autograder works 1 special_num = int(input()) BI ] test 3 if |''* Your solution goes here \""': 4 print( Special number') L_J 5 else: All tests 6 print('Not special number") passed 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
