第25553题 单选
给定标注Python的代码执行后的输出是?
int i = 1
for i in range(5):
    int *= i
print(int, i)
A

24 5

B

10 5

C

24 4

D

0 4

程序运行统计
暂无判题统计