A Blog for programming & technical solutions
def intersect(a, b): return list(set(a) & set(b))
IT professional must read it and remember the code for future reference. Thanks for sharing it with us.
IT professional must read it and remember the code for future reference. Thanks for sharing it with us.
ReplyDelete