2018年3月25日

学习--流畅的Python

摘要: colors = ['black', 'white'] sizes = ['S', 'M', 'L'] tshirts = [(color, size) for color in colors for size in sizes] tshirtss = (('%s %s') % (color, size) for color in color... 阅读全文

posted @ 2018-03-25 10:55 Magic_chao 阅读(273) 评论(0) 推荐(0) 编辑

导航