(no title)
robert_dipaolo | 11 months ago
something_is_valid = something > 0 and something != foo and something > bar
if something_is_valid:
# ....
It achieves the same thing without needing to scroll.robert_dipaolo | 11 months ago
something_is_valid = something > 0 and something != foo and something > bar
if something_is_valid:
# ....
It achieves the same thing without needing to scroll.
No comments yet.