Created
September 27, 2019 02:33
-
-
Save mefrem/01bdb849726235d46d360ef76ad83270 to your computer and use it in GitHub Desktop.
Testing Medium codeblock
This file contains 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
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