Posts by Erich Mozart • 21 points
1 post
-
0
votes3
answers84
viewsQ: Copy between strings inside Python lists
The operation consists of comparing two lists of strings, detecting which items are common and placing them in a certain order in a new list. The closest I got was: nova = [] lista = ['a', 'b', 'c',…