Benjamin Schäfer
Results
1
comments of
Benjamin Schäfer
Can confirm. I suspect this is related to handling of literals. The playground (and python implementation) interpret `1` as the number `1` and `a` as the string `"a"`. `jp` does...