Question: Python Jupyter Loops I need your answer as a written form not a picture please NHWwany Exercise # 4 : Write a program that reads
NHWwany Exercise \# 4 : Write a program that reads a 1 ine of text fron the user. Then, 1t will read a single character and, using while loop, it: finds how many times is the character present in the text. cbr? **Note:*" You are not allowed to use the count method of the 5 tring class. Enter text: This is a nice course and you should enjoy it Enter a single character: 1 I is present 4 times in the given text Enter text: the 1.12341(8gA Enter a single character: 1 1 is present 3 times in the given text Enter text: a;sdfjasfdkj Enter a single character: hg You have to enter a single character
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
