Image
# Python Riddle: 👻 it is a mystery
# What will this expression evaluate to?

>>> {True: 'yes', 1: 'no', 1.0: 'maybe'}

Curious how/why this works? Learn more here: dbader.org/blog/python-mystery-dict-expression :)