python3.7报错 sorted([36, 5, 12, 9, 21], reversed_cmp)
Traceback (most recent call last):
File ".\new 1.py", line 9, in <module>
sorted([36, 5, 12, 9, 21], reversed_cmp)
TypeError: sorted expected 1 arguments, got 2
Traceback (most recent call last):
File ".\new 1.py", line 9, in <module>
sorted([36, 5, 12, 9, 21], reversed_cmp)
TypeError: sorted expected 1 arguments, got 2
2018-09-04
举报