Python does bot count here | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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 Answer
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