Python基本数据类型与操作一整型·Int函数:把数据类型转换为整型。·bit_length函数:返回表示该数字时所占用的最少位数。·__abs__()函数:返回该数的绝对值·__add__函数·__cmp__(self,y):比较两个数的大小二字符串stringSplit:S.split([sep[,maxsplit]])-listofstringsReplaceStripJoinS.join(iterable)-string三列表listappendcountextendindexinsertpopremoveReverse四元组tupleindex五字典dictclearcopyfromkeysgetitemsiteritemskeyspopupdatevalues