File "/app/code.py", line 1 pong = lambda n: [i for i in range(n, 0, --) if not bool(n % i)][-1] ^ SyntaxError: invalid syntax