a = [int (i) pour i dans la gamme (100, 104)] liste Python

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