摘要: 12/19-12/26 # -*- coding: utf-8 -*- import sys ans = [1,2,3,4,5,6] def operate(fun): a = ans[0] b = ans[1] c = ans[2] d = ans[3] e = ans[4] f = ans[5] 阅读全文
posted @ 2019-12-24 13:15 kongmeng 阅读(269) 评论(0) 推荐(0) 编辑