Python does bot count here | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

Python does bot count here

Hello, why Python does not count in this Code?: x = """Hallo Herr Bacht ohne space ein space zwei space Drei space vier space Tab zwei Tab""" x.count ("e") print (x)

10th Jan 2021, 7:38 PM
Miko Bacht
Miko Bacht - avatar
1 Réponse
0
you are suppose to give a variable and make it so n = x.count("e") print(n)
8th Dec 2022, 10:01 AM
Chris Jonathan
Chris Jonathan - avatar