Created
August 13, 2020 21:08
-
-
Save AnnikaNoren/231dd4f5fffe7e3d3c6e81a07e1880c5 to your computer and use it in GitHub Desktop.
splitter.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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