摘要: 待定 阅读全文
posted @ 2015-03-22 18:54 奔雷手 阅读(121) 评论(0) 推荐(0) 编辑
摘要: #coding:utf-8'''Created on 2015.3.22@author: ZQM'''from __future__ import divisiondef jia(x,y): return x+y;def jian(x,y): return x-ydef cheng(x,... 阅读全文
posted @ 2015-03-22 18:51 奔雷手 阅读(178) 评论(0) 推荐(0) 编辑