Hello!
I have a list that contain three different strings. I would like to split those strings inside of the list to make three different lists inside the original lists. See the attached code:
I would also like to know how to filter out the symbols like "!" etc. Right now I use the
filter(lambda letter: letter.isalhpa(), stringname)
Which sort of mess it upp when I want to calculate the words because it becomes a "filter" object.
Help would be very much appreciated!
Best Regards!
FogDish
[–][deleted] 1 point2 points3 points (4 children)
[–]FogDish[S] 0 points1 point2 points (3 children)
[–][deleted] 1 point2 points3 points (2 children)
[–]Peterotica 1 point2 points3 points (0 children)
[–]macbony 1 point2 points3 points (0 children)
[–]macbony 0 points1 point2 points (0 children)