FP: Extra3: Ex06 update
This commit is contained in:
parent
5a894e88ee
commit
55869ba669
|
@ -1,2 +1 @@
|
||||||
# Complete...
|
|
||||||
stocks2 = sorted(stocks, key=lambda stock: (stock[0], -stock[4]))
|
stocks2 = sorted(stocks, key=lambda stock: (stock[0], -stock[4]))
|
||||||
|
|
Loading…
Reference in New Issue