You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Counting the Number of Characters in a String Using a For Loop
Description
Write a Python program that prompts the user to enter a string, and then uses a for loop to count the number of characters in the string whitout the len() function.
Expected output
Helpful Resources
How to submit my solution?
Add your solution to your README file
More Help?
Slack us 😉
Solution
PLEASE DON'T CHECK THE SOLUTION UNTIL YOU HAVE FINISH YOURS
Take in mind that this is an example solution, your implementation can be different and that's ok