We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f581e7e commit c667242Copy full SHA for c667242
Use of dictionary
@@ -0,0 +1,5 @@
1
+d1={"Shyam":"Honey", "Imli":"Lichi", "Raj":"Mango", "Marie": "Coco"}
2
+print(d1)
3
+a=input("Enter the Word:")
4
+b=a.capitalize()
5
+print(b,"=",d1[b])
0 commit comments