#!/usr/bin/env python
# Since we are byte compiling this, this is an interpreted example of byte compiled code
print("Hello world from Python")