Skip to content

Instantly share code, notes, and snippets.

@IndhumathyChelliah
Created July 10, 2020 22:35
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 IndhumathyChelliah/7c9968dcef36cb18ee8031ba022f8c2f to your computer and use it in GitHub Desktop.
Save IndhumathyChelliah/7c9968dcef36cb18ee8031ba022f8c2f to your computer and use it in GitHub Desktop.
d=dict(red=1,blue=2,green=3)
print (d)
#Output:{'red': 1, 'blue': 2, 'green': 3}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment