Review Note

Last Update: 07/10/2024 01:20 PM

Current Deck: Python fundamentals

Published

Fields:

Code
text = "abababab"
i = text.count("abab")
print(i)

Output
2
Explanation
count() returns the number of non-overlapping occurences of the argument in the receiver.
Context
Python

Tags:

python_fundamentals

Suggested Changes:

Deck Changes (Suggestion to move the Note to the following Deck):

Field Changes:

Tag Changes: