How to truncate all strings in a list to a same length, in some pythonic way?

前端 未结 3 1105
别跟我提以往
别跟我提以往 2021-01-11 15:22

Let\'s say we have a list such as:

g = [\"123456789123456789123456\", 
     \"1234567894678945678978998879879898798797\", 
     \"654654656465656565656565565         


        
3条回答
提交回复
热议问题