mirror of
https://github.com/arthur-pbty/nsi.git
synced 2026-06-03 15:07:31 +02:00
2 lines
83 B
Python
2 lines
83 B
Python
a = input("Entrer la chaîne : ")
|
|
print("Résultat : ",a.count("z") + a.count("Z")) |