It seems to use ʻexit instead of return`.
instead of
n = 1 if n == 1: print(n) exit()
Recommended Posts