Is there something similar in python we do this
left = (condition) ? val_a : val_b
It seems not working in python.
Thanks for help
Is there something similar in python we do this
left = (condition) ? val_a : val_b
It seems not working in python.
Thanks for help