Web
Analytics
dictionary in python | Angular | ASP.NET Tutorials

For Consultation : +91 9887575540

Stay Connected :

Dictionary in Python

Dictionary in Python

What is Dictionary a built-in data structure available in Python a dictionary is a sequence of key-value, or item, pairs separated by commas. Ex port = {22: “SSH”, 23: “Telnet” , 53: “DNS”, 80: “HTTP” } . In a list,...