Skip to content

Instantly share code, notes, and snippets.

@offby1
Created July 16, 2015 04:40
Show Gist options
  • Select an option

  • Save offby1/94e68f38f0997b85f675 to your computer and use it in GitHub Desktop.

Select an option

Save offby1/94e68f38f0997b85f675 to your computer and use it in GitHub Desktop.
def returns_a_list():
return [1, 2, 3]
l = returns_a_list()
print(l)
# python wat.py
# [1, 2, 3]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment