Question: using python 1. Take the following string snafu = ''let it be, let it be, let it bee, let it bee, let it be, let
1. Take the following string snafu = "''let it be, let it be, let it bee, let it bee, let it be, let it be.'". and write a function that takes the string as an argument and counts the number of times the word be is found in the text. For example, >>> count_be(snafu) Use only built-in functions or methods, do not use any modules
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
