What are the advantages and disadvantages of choosing a conditional operator? Does every if…else statement have an equivalent statement using a conditional operator? When would you choose and if…else, Elif structure over an if structure? Why doesn’t Python implement a switch statement option compared to other languages?