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 58aa7b5 + f072a94 commit 2e564b7Copy full SHA for 2e564b7
Scripts/ditionary.py
@@ -0,0 +1,6 @@
1
+
2
+my_dict={}
3
+my_dict['name']=input('Enter Your Name:')
4
+my_dict['mail']=input('Enter Your Mail:')
5
6
+print(my_dict)
0 commit comments