This seems more of a statement then a question if theres more id like to help
Answer:
The law of conservation of Energy states that energy can never be created nor destroyed.
Explanation:
special_num = int(input())
if special_num == -99 or special_num == 0 or special_num == 44:
print("Special number")
else:
print("Not special number")
I wrote the code so that the user enters a number of their choice. Best of luck.