Ask Question
10 September, 04:49

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!")

+3
Answers (1)
  1. 10 September, 05:28
    0
    this is really confusing, what do you want me to do with it
Know the Answer?
Not Sure About the Answer?
Find 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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers