Created
October 13, 2018 08:17
-
-
Save gonzalezgouveia/fc1a7aaf5a5cfde507b5fa3c9774d0c4 to your computer and use it in GitHub Desktop.
first gist
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import pandas as pd | |
print('hello world') | |
if True: | |
print('True!') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment