modifié : comptage_mot.py
This commit is contained in:
parent
b26199fa82
commit
77101433b7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user