不挂科搜题免费

问题:

以下程序的输出结果为:for i in range(1,5): print("*"*(2*i-1))

答案:

A