Created
March 29, 2018 06:10
-
-
Save shabbirbhimani/e31480616105354086d9a8ca9ce113e4 to your computer and use it in GitHub Desktop.
4.6 Declaring Dictionary
This file contains 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
# 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