Hello

Is there in Python something like:

j = (j >= 10) ? 3 : j+1;

as in C language ?

thx
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to