def f(x: int) -> str: return 0
for the function above, how can I raise AssertionError because function is supposed to return a s
AssertionError