in prm800k/grading/grader.py [0:0]
def _str_to_int(x: str) -> bool: x = x.replace(",", "") x = float(x) return int(x)