make the code more clear
def result(n): return 'fail' if n<70 else int(n / 10)
Loading collection data...