distorted output in python IDLE while using tabulate or texttable libraries

后端 未结 0 1345
野趣味
野趣味 2020-12-07 00:07

I tried to print output in a nice table using texttable, code given below

from texttable import Texttable
t = Texttable()
t.add_rows([[\'Name\', \'Age\'], [\'         


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