I get the same results for the condition:
a<b and a<c
and the condition:
a<b and c
a
, b
, c
are variables of the type float
I never see that before. I prefer the first writing way. I only forgot a< in my code. But it is working.
Is it possible in python to short the condition like that? Is there a special name for shortcuts like that above?
Thank you for an answer in advance! Yours JoeJoe