Question: help pls use on python pls Exercise 3: Write a function that takes a string as an argument and returns the length of that string

Exercise 3: Write a function that takes a string as an argument and returns the length of that string (don't use len in your function, but check your result with it). Exercise 4: Write a function that takes a list of strings as an argument and returns the total number of characters in all the strings combined (don't use len in your function, but check your result with it)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
