All Questions
2 questions
-1
votes
1
answer
65
views
List almost in list of lists Python
I have a list of lists in python, where in my case the lists are coordinates. I want to append new coordinates to this list, but only if the coordinate does not exist yet. This is easily doable in ...
0
votes
3
answers
317
views
Python list-dictionary algorithm with big data
I'm trying to make a program using two python dictionaries.
'multiple dic1 and dic2 value if dic1 and dic2 key is common, otherwize 0'
the key order and the length of the output list is the same as ...