mirror of
https://github.com/arthur-pbty/nsi.git
synced 2026-06-03 23:36:19 +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")) |