Home > Software engineering >  Parse list to get new list with same structure
Parse list to get new list with same structure

Time:11-20

I applied a previous code for a log, to get the following list

log = ['',
    '',
    'ABC KLSC: XYZ',
    '',
    'some text',
    'some text',
    '%           
  • Related