2017年6月21日

记一次python的一些参数

摘要: isdigit把字符串转化为整数 用法 if xx.isdigit(): xx=int(xx) index创建一个小原组,用法print(a.index(b),b)从0开始 阅读全文

posted @ 2017-06-21 15:47 东京$ 阅读(161) 评论(0) 推荐(0)

导航