Skip to content

Instantly share code, notes, and snippets.

@alexanderawwagner
Last active March 5, 2021 13:14
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 alexanderawwagner/8c50ac3a4779976b5f99554de14b7d61 to your computer and use it in GitHub Desktop.
Save alexanderawwagner/8c50ac3a4779976b5f99554de14b7d61 to your computer and use it in GitHub Desktop.
Medium_04_Python Course-Part 04- Control Structures
l = ['a', 'b', 'c']
print(type(l))
for i in l:
print(i)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment