Created
December 15, 2016 05:27
-
-
Save aavrug/f7536726826c968004ad746b5f93e180 to your computer and use it in GitHub Desktop.
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
f = open(hello_file, 'a+') | |
f.seek(-1,2) | |
if f.read(): | |
path = '\n'+path | |
f.write(path) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment