Computer Science, asked by tzahy977mu, 6 months ago

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 rakesh0923
0

Answer:

بسذکغس3۷سجغسغسس82غفکففغذپ7 دا

Similar questions