python fn to find whether given string is a isdigit code example Example: isdigit python s='12' s.isdigit()#returns True