摘要:
1 #-*- coding:utf-8 -*- 2 #根据第一列,统计和 3 4 ''' 5 cat info.txt 6 7 lisa,99 8 bart,80 9 lisa,100 10 bart,89 11 tom,87 12 13 ''' 14 15 d={} 16 with open('info.txt') as f: 17 for line in ... 阅读全文
posted @ 2017-12-08 17:30
1109159477
阅读(171)
评论(0)
推荐(0)
摘要:
1 #-*- encoding= utf-8 -*- 2 from random import randint 3 import datetime 4 5 s=[] 6 7 for i in range(0,10000): 8 s.append(randint(1,10000)) 9 10 #排序算法 11 def sort_list(list): 12 ... 阅读全文
posted @ 2017-12-08 17:07
1109159477
阅读(184)
评论(0)
推荐(0)

浙公网安备 33010602011771号