DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PYTHON
Return the number of times that the string "hi" appears anywhere in the given string. python
def count_hi(str): return str.count("hi")
Source by stackoverflow.com #
PREVIOUS
NEXT
Tagged:
#Return
#number
#times
#string
#appears
#python
ADD COMMENT
Topic
COMMENT
Name
8+1 =
Submit