Simple, self-explanatory code snippets.
RESULT = [VALUE_IF_FALSE, VALUE_IF_TRUE][CONDITION]
r = [10, 20][0 == 0]
No comments:
Post a Comment