a = [int (i) для i в диапазоне (100, 104)] Перечислите Python

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