在python中运行以下程序,输出的结果是()。 for i in range(0,2) print(i)
A.0 1 2 B.1 2 C.0 1 D.1
A.1,2,3 B.0,1,2,3 C.0,1,2 D.3
A.input B.accept C.import D.in