#!/usr/bin/env python
# This is a comment
# The thing at the top of this is an example shebang: python is a scripting language,
# so while it's not strictly necessary it might help the interpreter find specifically which
# python version you want to use
"""
Multiline comments
look like this
"""