Skip to content

Instantly share code, notes, and snippets.

@AnnikaNoren
Created August 13, 2020 21:08
Show Gist options
  • Save AnnikaNoren/231dd4f5fffe7e3d3c6e81a07e1880c5 to your computer and use it in GitHub Desktop.
Save AnnikaNoren/231dd4f5fffe7e3d3c6e81a07e1880c5 to your computer and use it in GitHub Desktop.
splitter.py
def split(text):
return [char for char in text]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment