Question: Define a function called digit_sum() which takes a string and returns the sum of all the digits in the string, ignoring any characters which aren't
Define a function called digit_sum() which takes a string and returns the sum of all the digits in the string, ignoring any characters which aren't digits. So digit_sum("257") should return 14 and digit_sum("Any1 4 10nis?") should return 6.
PLEASE SHOW ME ANSWR IN PYTHON FORMAT
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
