Answer to Question #271493 in Python for code chum

Question #271493
1
Expert's answer
2021-11-26T07:08:19-0500
your_wishes = input("Do you have any question? (yes/no)").lower()


def question(your_wishes):
  if your_wishes == "yes":
    question = input("Ask your question to get the response")
  elif your_wishes == "no":
    print("Oops!Your wishes will not come true!" )
  else:
    print("Oops! 404 Errors found!")
question(your_wishes)

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS