Skip to content

Instantly share code, notes, and snippets.

@moulik-source
Created June 2, 2023 17:00
Show Gist options
  • Save moulik-source/b467bb79efa98c77278b37af34dec99e to your computer and use it in GitHub Desktop.
Save moulik-source/b467bb79efa98c77278b37af34dec99e to your computer and use it in GitHub Desktop.
my_dict = {"name": "John", "age": 30, "city": "New York"}
print(my_dict) # {'name': 'John', 'age': 30, 'city': 'New York'}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment