Answer:
day = int(input("Enter today's day numerically: "))
if (day == 15 or day== 30):
print ("It's payday!")
if (day != 15 and day != 30):
print ("Sorry, not a payday.")
Step-by-step explanation:
I just did it and 100%
5.6m questions
7.3m answers