Posts by Jurandir Portela • 21 points
3 posts
-
0
votes1
answer28
viewsQ: operatorArhythmic
Good morning, does anyone know what that vertical bar in python means? 4|3 = 7 12|4 = 12…
-
0
votes0
answers81
viewsQ: Filter list of lists
Hello! You have to separate elements from a list of lists, without repeating them? Example: From the pre list, modifying the test condition to validate the combinations if their sum was a multiple…
chain-listasked Jurandir Portela 21 -
1
votes1
answer297
viewsQ: Filter python list
I need to remove elements from a list whose item reference for removal is in another list: # Esta lista foi gerada por combinação lista original=[ (182361, 243148, 360624, 364188), (182361, 243148,…