What to put at the top (I always forget!)
#!/usr/bin/env python3 # -*- coding: utf-8 -*- import sys import os print("HERE")
Code Complexity Cheat-Sheet!