Skip to content

Instantly share code, notes, and snippets.

@Seich
Created October 11, 2014 03:04
Show Gist options
  • Save Seich/a30158d0dcf9d56f449f to your computer and use it in GitHub Desktop.
Save Seich/a30158d0dcf9d56f449f to your computer and use it in GitHub Desktop.
def foo(l):
if type(l) is str:
l = l.split()
print(l)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment