Skip to content

Instantly share code, notes, and snippets.

@fatosmorina
Created June 12, 2022 14:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fatosmorina/1dc9168966d4753951ef0556d59e2878 to your computer and use it in GitHub Desktop.
Save fatosmorina/1dc9168966d4753951ef0556d59e2878 to your computer and use it in GitHub Desktop.
sentence = "This is a sentence in English."
words = sentence.split(" ")
print(words) # ['This', 'is', 'a', 'sentence', 'in', 'English.']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment