In JS, `1 % 0` will give null, in Python it'll throw.
In JS,
1 % 0will give null, in Python it'll throw.