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 a57f9cd commit 50459f4Copy full SHA for 50459f4
email id dictionary/dict1.py
@@ -13,8 +13,8 @@
13
mail=id[1]
14
mails.append(mail)
15
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
+freq_mail = max(mails, key=mails.count) #To find frequent mail
+print(freq_mail, mails.count(freq_mail)) #To find countof frequent mail
18
19
20
0 commit comments