Introduction
Software Requirement
Python 3.5.2.
Simple Programming
- print("Welcome To C# corner.....")
- print("Gretting Key From A Dicitionary :")
- courses={}
- courses["php"]="HyperText PreProccesor"
- courses["html"]="Hypertext Markup Language"
- courses["xml"]="Xtensiable Markup Languages"
- courses["css"]="Cascading Style Sheet"
- print(courses)
- temp=courses.keys()
- print(list(temp))
Output



Anu VPosted Jul 14, 2016, 2:48 AM
Nice