标签: python
如何在同一行上打印所有输出?诸如“ 、、、键,值”之类的东西。下面为每个前面的','创建换行符。
for i in range(0, depth): print(',') print("{}, {}".format(key, value))