在Python中,运行下列程序,正确的结果是( )S=0For i in range(1,5): s=s+iPrint("i=",i,"s=",s) A、I=4 s=10B、I=5 s=10C、I=5 s=15D、I=6 s=15 发布时间:2025-12-12 12:13:16