003《Python数据分析、挖掘与可视化(第2版)》/例3-8.py
text = input('请输入一个包含空格的字符串:') print(' '.join(text.split()))