How can I transform this code java if not (town in ("Bansko", "Borovets") and option in ("noEquipment", "withEquipment",)) and not ( town in ("Varna", "Burgas") and option in ("noBreakfast", "withBreakfast")): print(f'Invalid input!') into c# code
if not (town in ("Bansko", "Borovets") and option in ("noEquipment", "withEquipment",)) and not ( town in ("Varna", "Burgas") and option in ("noBreakfast", "withBreakfast")): print(f'Invalid input!')
Aucun commentaire:
Enregistrer un commentaire