Js2Py
Js2Py copied to clipboard
JS math func error
when i run eval("Math.round(.5) + ~~1.8") in JS Console , the result is 2
but when i run in Python Console, the result is 1