30.3k views
1 vote
Can you solve this challenging activity?

Can you solve this challenging activity?-example-1
User TalMihr
by
4.2k points

1 Answer

0 votes

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:

Can you solve this challenging activity?-example-1
User Shirin Niki
by
4.8k points