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.
2 parents 3373440 + c667242 commit ec89ae3Copy full SHA for ec89ae3
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