in prm800k/grading/grader.py [0:0]
def _is_float(num: str) -> bool: try: float(num) return True except ValueError: return False