问答题

下列程序段的输出结果是______。
for i in range(5):
    for j in range(5):
        print(j,end=" ")
    print()

答案: (1)
0 1 2 3 4 
0 1 2 3 4 
...
微信扫码免费搜题