Design a python function that asks the user to enter string


Problem

Design a Python function that asks the user to enter a string. The function should then find the length (size) of the string using for each loop without using len() or anything else. Finally, the function should display the number of characters the string has.

Also, write the code that will demonstrate your function. Be sure to pay attention to proper indentation.

Request for Solution File

Ask an Expert for Answer!!
Python Programming: Design a python function that asks the user to enter string
Reference No:- TGS03345559

Expected delivery within 24 Hours