4 lines
56 B
Mathematica
4 lines
56 B
Mathematica
|
|
for k = 0:10:100,
|
||
|
|
printf('%d\n',k)
|
||
|
|
end;
|