特别简单的for或者while我不会,谁会谁来写一写。就是输出3的倍数
收起
j=0 for i in range(99,-1,-3): print(i, end=' ') j+=1 if (j % 5 == 0): print()
报告相同问题?