Skip to content

Python Built-In Functions

Compare
Choose a tag to compare
@blakeembrey blakeembrey released this 25 Sep 03:20
· 24 commits to master since this release

Added

  • Added len, min, max and sum functions to mirror Python built-in functions

Changed

  • Support cmp argument support to sorted function