Skip to content

Instantly share code, notes, and snippets.

@dmiro
Created December 13, 2013 18:38
Show Gist options
  • Select an option

  • Save dmiro/7949023 to your computer and use it in GitHub Desktop.

Select an option

Save dmiro/7949023 to your computer and use it in GitHub Desktop.
split a lista en python
"hola esto es un split a lista en python".split()
# ['hola', 'esto', 'es', 'un', 'split', 'a', 'lista', 'en', 'python']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment