问下,字典输出时不能换行吗?比如以下代码!a = dict.fromkeys(range(10),'x')print(a , sep='\n')结果:{0: 'x' , 1: 'x' , 2: 'x' , 3: 'x' ...
確定! 回上一頁