There are no ternary expressions in other languages in python, but there are similar implementation methods.
For the following requirements
1. The ternary expression in other languages (such as java) is as follows
2. There are only similar alternatives in python, which are slightly different from other languages, as follows
You can also use a simple formula, as follows,
The above is the detailed content of Does the ternary operator exist in Python?. For more information, please follow other related articles on the PHP Chinese website!