Printing python lists inside dictionary vertically

后端 未结 0 805
抹茶落季
抹茶落季 2021-01-07 12:37
output_dictionary = {
    "inputs": [3,5,10],
    "squared": [9,25,100],
    "cubed": [27,125,1000],
}

print(\'Number\\tSquare\\tCube\         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题