this question has answer here:
i ask if can use variable condition on python php :
<?php $var = (5 = 5) ? true : false; ?>
there's conditional expression (also known ternary operator) in python, if that's mean:
me = 5 if == b else c
this question has answer here:
i ask if can use variable condition on python php :
<?php $var = (5 = 5) ? true : false; ?>
there's conditional expression (also known ternary operator) in python, if that's mean:
me = 5 if == b else c
Comments
Post a Comment