Answer:
special_num = int(input())
if special_num == -99 or special_num == 0 or special_num == 44:
print("Special number")
else:
print("Not special number")
Step-by-step explanation:
7.2m questions
9.7m answers