TIL (Today I Learned)

The TIL series of articles contains very short articles documenting something I learned “today”.

Today I learned that Python 3.5+ supports the operator @ for matrix multiplication.

Today I learned that you can use emojis as variable names in Python if you use pythonji.

Today I learned that Python generators can return a value.

Today I learned about the built-in function vars in Python.