Python中help(sorted)显示的参数中/和*的作用
进入ipython3中,使用help(sorted)就会得到下面的帮助,参数中有/和*分别是什么作用呢?Help on built-in function sorted in module builtins: sorted(iterable, /, *, key=None, reverse=False) Return a new list containing all items from the iterable in ascending order. A custom key






