Hey you! Yes you!
Do you love learning about Python's bytecode and also understanding what is being interpreted by the Cpython Interpreter? This is a good python script for that.
Go open your command line, and type this (make sure the python file is in the same directory): "python script.py <input_filename>"
Look at how your original code is being compared to the runtime of the bytecode
Look how your function are being interpreted seperately by the compiler into each bytecode