def create_index(choices): index = [j for j in range(1, choices + 1)] return index