interpreter doesn’t adhere to Python language
-
I was quite excited about this tool. Then disappointed to find out that the interpreter doesn’t implement the Python language correctly. Literally the first I thing I tried didn’t work the way it should: Python guarantees that sorting is stable, so if you run
sorted(mylist, key=...)twice with differentkeykeywords, the first sort should be preserved. But that didn’t work in Withcode. Too bad.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘interpreter doesn’t adhere to Python language’ is closed to new replies.