源代码
txt = " banana " x = txt.strip() print("of all fruits", x, "is my favorite")
运行结果