answer_yes = ["Yes", "Y", "yes", "y"]
answer_no = ["No", "N", "no", "n"]
print("""
WELCOME! LET'S start this bud
You see your co-worker asking for help . u will help him or nah.
Will you help. (Yes / No)
""")
ans1 = input(">>")
if ans1 in answer_yes:
print("\nAfter 2 minutes, your boss came asked were is this devil jr sql dev is he doing good (Yes / No)\n")
ans2 = input(">>")
if ans2 in answer_yes:
print("\nYou are a good teacher. he is just useless try to help him")
elif ans2 in answer_no:
print("\n ik that idt dont know anythianything")
if ans2 in answer_yes or answer_no:
print("byi")
Log in or sign up for Devpost to join the conversation.