There was an error while loading. Please reload this page.
CPython: repr([1,1.0]) # '[1, 1.0]'
GPython: repr([1,1.0]) # '[1, 1]'
CPython:
repr([1,1.0]) # '[1, 1.0]'
GPython:
repr([1,1.0]) # '[1, 1]'