小编ewa*_*wan的帖子

打印中的标签不是一致的python

我希望在打印中有真正的标签但\t只放置空格.例如:

 first:ThisIsLong         second:Short
 first:Short         second:ThisIsLong
 first:ThisIsEvenLonger         second:Short
Run Code Online (Sandbox Code Playgroud)

我将如何解决它,以便我可以拥有所有的第一,所有的秒数排队.例如:

 first:ThisIsLong         second:Short
 first:Short              second:ThisIsLong
 first:ThisIsEvenLonger   second:Short
Run Code Online (Sandbox Code Playgroud)

python string

9
推荐指数
4
解决办法
4187
查看次数

标签 统计

python ×1

string ×1