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.