Skip to content

Commit 50459f4

Browse files
authored
Update dict1.py
1 parent a57f9cd commit 50459f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

email id dictionary/dict1.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
mail=id[1]
1414
mails.append(mail)
1515

16-
freq_mail = max(mails, key=mails.count) #to find frequent mail
17-
print(freq_mail,mails.count(freq_mail)) #to find countof frequent mail
16+
freq_mail = max(mails, key=mails.count) #To find frequent mail
17+
print(freq_mail, mails.count(freq_mail)) #To find countof frequent mail
1818

1919

2020

0 commit comments

Comments
 (0)