Computer Science, asked by eburcham58, 10 months ago

Computer Science10 pts52 seconds ago
Hello Everyone I am on my Chromebook doing edhesive computer science i need help with 3.3 Code Practice: Question 1 so pls what is the answer ?

Answers

Answered by sebastianhoz
1

Answer:

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

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

   print("It's payday!")

if (x != 15 and x != 30):

   print("Sorry, not a payday.")

Explanation:

Answered by Anonymous
0

Answer:

I know that u have got a very good ans but still i am

Attachments:
Similar questions