# owner github -> linikerunk squares = [item * item for item in range(5)] >>> squares [0, 1, 4, 9, 16]