Is String a Number?
给定一个字符串。如果字符串是一个有效的数字(只包含数字),您的函数应返回 True ,否则 - False 。请看示例。
You should be an authorized user in order to see the full description and start solving this mission.
给定一个字符串。如果字符串是一个有效的数字(只包含数字),您的函数应返回 True ,否则 - False 。请看示例。