Write an expression using Boolean operators that prints "Special number" if special_num is -99, 0, or 44.
Sample output with input: 17
Not special number
--------------------------------------------------------
special_num = int(input())
if ''' Your solution goes here ''':
print('Special number')
else:
print('Not special number')
Answers
Answered by
0
Answer:
بسذکغس3۷سجغسغسس82غفکففغذپ7 دا
Similar questions