Ask Question
22 November, 03:58

Can someone fix this so that it only says "its a payday" on 15 and 30 and on all other days "sorry, it's not payday"

tod=int (input ("Enter today's day numerically:"))

if (tod! = 30 or tod! = 15):

print ("Sorry, not a payday.")

if (tod = = 30 or tod = = 15):

print ("It's payday!")

+2
Answers (1)
  1. 22 November, 07:57
    0
    this is really confusing, what do you want me to do with it
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Can someone fix this so that it only says "its a payday" on 15 and 30 and on all other days "sorry, it's not payday" tod=int (input ("Enter ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers