(填空题, )代码for i in range(3):print(i,end=',')的执行结果为()。

(填空题, )代码for i in range(3):print(i,end=',')的执行结果为()。

0,1,2,