Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

# keys in python

# keys in python

List_of_Students = {"Jim" : "Roll-32"+","+ "Priority-First",
                    "Yeasin": "Roll-33"+","+ "Priority-2nd",}

print(List_of_Students["Yeasin"])
 
PREVIOUS NEXT
Tagged: #keys #python
ADD COMMENT
Topic
Name
6+7 =