a = [int (i) für i in Bereich (100, 104)] LIST PYTHON LISTE

a = [ int(i) for i in range(100, 104)]
Outstanding Okapi