Computer Science, asked by mnakum940, 6 months ago

Word ='banana'
Count=0
For letter in word:
If letter =='a':
Count =count +1
Print(count)

Output
3




Take this code and put it in a funtion named count, and make it so that the funtion accepts the string and the letter as arguments.


Then rewrite the function so that instead of traversing the string, it uses the three parameter version of find from the previous assignment.​

Answers

Answered by Anonymous
1

Answer:

Can't understand dear..

The pOH of a solution is the negative logarithm of the hydroxide-ion concentration. ... The pOH scale is similar to the pH scale in that a pOH of 7 is indicative of a neutral solution. A basic solution has a pOH of less than 7, while an acidic solution has a pOH of greater than 7.

Explanation:

Please don't report my answer..

Answered by SammitSubudhi
4

Answer:

please follow me and mark me as brainest

Similar questions