5 lines
92 B
Text
5 lines
92 B
Text
s = (StringSplit@Import["ExampleData/USConstitution.txt"])[[1;;7]];
|
|
Do[
|
|
Print@i,
|
|
{i, s}
|
|
]
|