python每行5个数 Python列表每5个数换一行 python怎么在一行中输入n个数?以下代码调试通过:l=[]对于范围(5)中的I:n=input(“请输入数字:”)l.append(n)print(“l:”,l) ... 2021-03-13 4539次浏览