if chLang == "f": rin = input("Rapportez-vous un Incident? (oui ou non):") if rin == ("yes" or "y" or "YES" or "Y" or "oui" or "o" or "OUI" or "O"): print("\n" + str(rf) + ", Permettez moi de vous poser quelques questions relatives à l'incident.\n") e.inQs() e.endUserQuestions() else: print("\nComment puis-je vous aider aujourd'hui? ") e.fork() else: rin = input("\nAre you reporting an Incident? (yes or no):") if rin == ("yes" or "y" or "YES" or "Y" or "oui" or "o" or "OUI" or "O"): print("\n" + str(rf) + ", Allow me to ask you a few questions regarding this Incident.\n") e.inQs() e.endUserQuestions() else: print("\nHow may I help you? ") e.fork()