As seen from the image the i want to remove “-” from the list of list… so first i use for loop on that directly and get the desired output.
Q. but the same i did with the list comprehension it show a list of none
why list comprehension is not working in this???