P934A1N2 says to YSITD
我覺得應該不用這麼麻煩 ``` def checker(a, b): if a < b: return 0 elif a > b: return 1 else: