0
def check(x): low=min(x) hi=max(x) myList=[i for i in range(low,hi) if i not in x] return myList
14th Apr 2017, 9:54 PM
LordHill
LordHill - avatar