Question: Write a function called myIsDigit which accepts a single parameter (a string) and returns True if every character in the string is a digit and
Write a function called myIsDigit which accepts a single parameter (a string) and returns True if every character in the string is a digit and False otherwise. You may NOT use Pythons isdigit method.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
