Determine if the given character is a digit or not. python code example Example: isdigit python s='12' s.isdigit()#returns True