2018年7月9日

python3 编程使用技巧

摘要: from random import randint data = {"Student{}".format(i):randint(60,100) for i in range(1,21)} nameTuple 1 >>> from collections import namedtuple 2 >> 阅读全文

posted @ 2018-07-09 14:14 Alex0111 阅读(153) 评论(0) 推荐(0) 编辑

导航