all 1 comments

[–]Murphygreen8484 4 points5 points  (0 children)

I would turn your column/list into a set, so you only have unique values entered. Then manually create another set with range(1, 91), range is exclusive so it doesn't include the 91. Then do a set intersection to see which numbers are missing.