记一次python的一些参数

isdigit把字符串转化为整数 用法 if xx.isdigit():

                                                     xx=int(xx)

index创建一个小原组,用法print(a.index(b),b)从0开始

原文地址:https://www.cnblogs.com/haq5201314/p/7059951.html