标签: python
当我使用Spyder python 3.5将输入参数设置为
n = int(input("")) a = [int(x) for x in input("").split()]
但是,使用控制台时显示如下
3 3 4 5
如何删除空行并显示为