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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!