Skip to content

Instantly share code, notes, and snippets.

@erichutchins
Created December 9, 2019 16:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erichutchins/955d4ab9f17fc2658247b0d053a48650 to your computer and use it in GitHub Desktop.
Save erichutchins/955d4ab9f17fc2658247b0d053a48650 to your computer and use it in GitHub Desktop.
# ------------------------------------
# this is totally just a HELLO WORLD
# ------------------------------------
import sys
import pandas as pd
if __name__ == "__main__":
print("hello world!")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment