Skip to content

Instantly share code, notes, and snippets.

@summerofgeorge
Created June 14, 2021 13:13
Show Gist options
  • Save summerofgeorge/fa98e971c94f7dcab3edd22468427ada to your computer and use it in GitHub Desktop.
Save summerofgeorge/fa98e971c94f7dcab3edd22468427ada to your computer and use it in GitHub Desktop.
Short example for Python tutor
mylist = ['a', 'b', 'c', 'd']
for v in mylist:
print(v.upper())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment