
Is String a Number?
You are given a string. Your function should return True if the string is a valid number (contains digits only), otherwise - False. Look at the example.
Input: A string.
Output: A boolean.
You should be an authorized user in order to see the full description and start solving this mission.