2022年1月26日
摘要: fi = open("name.txt","r",encoding = "utf-8") fo = open("vote.txt","r",encoding = "utf-8") names = fi.readlines() votes = fo.readlines() d={} n = 0 for 阅读全文
posted @ 2022-01-26 06:10 一级波棒 阅读(631) 评论(0) 推荐(0)