Skip to content

Instantly share code, notes, and snippets.

@akoumjian
Created September 27, 2011 18:54
Show Gist options
  • Save akoumjian/1245895 to your computer and use it in GitHub Desktop.
Save akoumjian/1245895 to your computer and use it in GitHub Desktop.
#!/usr/bin/env python
def foo(bar):
"""
Documentation goes here.
"""
bar += 1
return bar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment