Question

Write a function to generate n even numbers in a list?

Login to Submit

Examples

Input: 2
Output: [0, 2]

Input: 3
Output: [0, 2, 4]