第21954题
下列Python选项中,for循环使用正确的是?
A

for i in range(100)

B

for i in range(100):

C

For i in range(100)

D

For i in range(100):