Skip to content

Instantly share code, notes, and snippets.

@ItsCosmas
Created May 9, 2019 08:12
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 ItsCosmas/6b025f95469ef9ecdcbcbb9787868f9d to your computer and use it in GitHub Desktop.
Save ItsCosmas/6b025f95469ef9ecdcbcbb9787868f9d to your computer and use it in GitHub Desktop.
For Loop
# FOR LOOP
words = ["hello", "world", "spam", "eggs"]
for word in words:
print(word)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment