Python String Operation and Tkinter , How can I have the same length of string with space filled for listbox in tkinter

前端 未结 0 1419
难免孤独
难免孤独 2020-12-10 22:12
for i in range(0,len(records)):
        mylist.insert(i,("%10s%20s"%(records[i][0],records[i][1])))

This is the code I used.

This i

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