Created
June 14, 2021 13:13
-
-
Save summerofgeorge/fa98e971c94f7dcab3edd22468427ada to your computer and use it in GitHub Desktop.
Short example for Python tutor
This file contains hidden or 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
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