python isdigit()方法是 检测 字符串是否只由数字组成
isdigit的方法语法:
1 str.isdigit()
无
如果字符串只包含数字,返回True,否则返回False
1.返回Ture
2.返回False