假设有代码:evens = [i for i in range(10) if i % 2 == 0],则列表evens为( )。
A、[1, 2, 3, 4, 5]
B、[0, 2, 4, 6, 8]
C、[0, 2, 4, 6, 9]
D、null