modifié : comptage_mot.py

This commit is contained in:
root 2024-10-03 11:28:19 +02:00
parent b26199fa82
commit 77101433b7

View File

@ -3,5 +3,11 @@
phrase = input("Saisissez une phrase :" )
tab_mot = phrase.split(' ')
cpt_mot={}
for mot in tab_mot:
print(mot)
if mot in cpt_mot:
cpt_mot{mot}++
else :
cpt_mot{mot}=1
for mot in