(单选题, )下列for循环执行后,输出结果的最后一行是
For i

(单选题, )下列for循环执行后,输出结果的最后一行是
For i in range(1,3):
For j in range(2,5):
print(i*j)

A.2

B.6

C.8

D.15

正确答案是C