源代码
txt = "H\te\tl\tl\to" x = txt.expandtabs(2) print(x)
运行结果