早教吧作业答案频道 -->其他-->
python报错TypeError:anintegerisrequired运行re.sub('X','Mr','Smith','attn:X\n\nDearX,\n')提示如下错误:Traceback(mostrecentcalllast):File"",line1,inre.sub('X','Mr','Smith','attn:X\n\nDearX,\n')File"D:\Pyehon273\lib\re.py",l
题目详情
python 报错TypeError:an integer is required
运行 re.sub('X','Mr','Smith','attn:X\n\nDear X,\n')
提示如下错误:Traceback (most recent call last):
File "",line 1,in
re.sub('X','Mr','Smith','attn:X\n\nDear X,\n')
File "D:\Pyehon2_7_3\lib\re.py",line 151,in sub
return _compile(pattern,flags).sub(repl,string,count)
TypeError:an integer is required
运行 re.sub('X','Mr','Smith','attn:X\n\nDear X,\n')
提示如下错误:Traceback (most recent call last):
File "",line 1,in
re.sub('X','Mr','Smith','attn:X\n\nDear X,\n')
File "D:\Pyehon2_7_3\lib\re.py",line 151,in sub
return _compile(pattern,flags).sub(repl,string,count)
TypeError:an integer is required
▼优质解答
答案和解析
参数写错了,第四个参数count是integer的
sub( pattern, repl, string[, count])
sub( pattern, repl, string[, count])
看了 python报错TypeEr...的网友还看了以下:
求(1+x+1/x平方)的10次方展开试中的常数我是怎样算的。T(r+1)=C(10,r)*(1+ 2020-05-13 …
定义运算r:r(xn)=nxn-1,r(c)=0,r(cx)=cr(x)(c为常数),r(x+y) 2020-05-13 …
已知定义在R上的二次函数R(x)=ax^2+bx+c满足2^R(-x)-2^R(x)=0,且R(x 2020-05-21 …
1.已知全集U={(x,y)|x∈R,y∈R},M={(x,y)|y-1/x+2,x∈R,y∈R} 2020-06-03 …
python报错TypeError:anintegerisrequired运行re.sub('X' 2020-07-17 …
高数偏导问题设r=(x,y,z),r=IrI,r≠0,时f(x)有连续导数,求f(r)分别对x,y 2020-07-20 …
1.已知集合A={y|y=|x|,x∈R},B={y|y=2-x^,x∈R},求A∩B?2.已知集 2020-07-20 …
下列选项中的M和P表示同一集合的是()A.M=(x属于R丨x²+0.01=0),P=(x丨x²=0 2020-07-30 …
1.M∪{1}={1,2,3},则M有(?)个.2.S、T是两个非空集集合,且互不包含,则S∪(S 2020-08-01 …
为什么有些函数不能积分,求大侠帮忙算一下看能不能积?(R^2-x^2)^(1/2)*(r^2-x^ 2020-08-02 …