Skip to content

Commit 2e564b7

Browse files
authored
Merge pull request powerexploit#10 from aliraee/master
dictionary for hacktoberfest
2 parents 58aa7b5 + f072a94 commit 2e564b7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Scripts/ditionary.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)