Skip to content

Instantly share code, notes, and snippets.

@hartym
Created March 25, 2017 10:27
Show Gist options
  • Select an option

  • Save hartym/c4fdfe1f3c59c21db1fdceed03902284 to your computer and use it in GitHub Desktop.

Select an option

Save hartym/c4fdfe1f3c59c21db1fdceed03902284 to your computer and use it in GitHub Desktop.
Bonobo - Step 3 - Load the data
def my_load(s: str):
with open('/tmp/output.txt', 'a+') as f:
f.write(s+'\n')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment