TORONTO KIDS COMPUTER CLUB | Saturday 12:00 Python Homework 12.08.
16044
post-template-default,single,single-post,postid-16044,single-format-standard,ajax_fade,page_not_loaded,,no_animation_on_touch,qode-theme-ver-7.6.2,wpb-js-composer js-comp-ver-6.10.0,vc_responsive

Saturday 12:00 Python Homework 12.08.

11 Dec Saturday 12:00 Python Homework 12.08.

Question:

Using function or object method to write a program to return the number of times that the string
“code” appears anywhere in the given string, except we’ll accept any letter for the ‘d’, so “cope” and “cooe” count.

For example:

‘aaacodebbb’ will have 1 “code”
‘codexxcode’ will have 2 “code”
‘cozexxcope’ will be counted as 2, since ‘coze’ and ‘cope’ count

 

 

No Comments

Sorry, the comment form is closed at this time.