device_type = "nokia" if device_type == "cisco": print("enable + configure terminal") elif device_type == "juniper": print("edit") else: print("I'm not sure what command to type")