Problem F: python-for循环输出0-20之间的偶数

Problem F: python-for循环输出0-20之间的偶数

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MB

Description

用for循环输出0-20之间的偶数

Input

Output

0
2
4
6
8
10
12
14
16
18
20

Sample Input Copy

Sample Output Copy

0
2
4
6
8
10
12
14
16
18
20