Skip to content

Instantly share code, notes, and snippets.

@alexanderawwagner
Created March 5, 2021 14:26
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/f7e935ddaa8788bed2eb6d9d1d137a89 to your computer and use it in GitHub Desktop.
Save alexanderawwagner/f7e935ddaa8788bed2eb6d9d1d137a89 to your computer and use it in GitHub Desktop.
Medium_04_Python Course-Part 04- Control Structures
for i in dic:
print(dic[i])
for i in dic.values():
print(i)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment