a = [int (i) dla i w zakresie (100, 104)] lista Python

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