575
Modern Programming
(lemmy.zip)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
no, the linked table shows how python also returns the first non-falsey result of an
a or b
expression rather than just giving a boolean. it's useful for initialising optional reference args:works with
and
as well.