Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save shabbirbhimani/e31480616105354086d9a8ca9ce113e4 to your computer and use it in GitHub Desktop.
Save shabbirbhimani/e31480616105354086d9a8ca9ce113e4 to your computer and use it in GitHub Desktop.
4.6 Declaring Dictionary
# Declaring Dictionary with name as key and occupation as value
companyBook = { "Daniel": "Owner", "Stacy": "Receptionist", "Smith": "Manager", "Dev":"IT"}
print("My company Book is", companyBook)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment