我写了这段代码,但是我在表示空格方面遇到了问题,我在这里使用了格式,但它没有工作,因为有re.sub
f = "John 2 4 W bought a new car yesterday and I'm to trying it now "
stuff = re.sub(r"John\s(\d\s\d\s[A-Z])",r"John \1 and Peter London",f)
我如何使用python特性来管理空间问题,而不是打印文学。第一个介于" \ 1"和"和" 5个空格,第二个位于" Peter"和"伦敦" 8个空格