2017年12月13日

摘要: 当存在n*m列表arr时候,for each in arr为便利列表中每一行既:each 代表1*m的list。 使用[each[i] for each in arr]为访问arr的第i列既:each[i]为n*1规格。 list count函数中如果参数为整形则表示list中等于整形的个数。 阅读全文
posted @ 2017-12-13 21:42 bruce_chua 阅读(98) 评论(0) 推荐(0)

导航