用linq我会的
var top5 = array.Take(5);
如何用Python做到这一点?
python list generator
generator ×1
list ×1
python ×1