i have list of lists, i need via Python iterate through each string ,remove spaces (strip) and save list into new list. E.g. original list: org = [ [' a ' ...
確定! 回上一頁