Skip to content

Instantly share code, notes, and snippets.

@mefrem
Created September 27, 2019 02:33
Show Gist options
  • Save mefrem/01bdb849726235d46d360ef76ad83270 to your computer and use it in GitHub Desktop.
Save mefrem/01bdb849726235d46d360ef76ad83270 to your computer and use it in GitHub Desktop.
Testing Medium codeblock
print(‘2016 7-month period outflows were: ‘,ynab2016.Outflow.sum())
print(‘2019 7-month period outflows were: ‘,ynab2019.Outflow.sum())
2016 7-month period outflows were: 16921.36
2019 7-month period outflows were: 24205.82
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment