Commit ed44dbd9 authored by Walter Dörwald's avatar Walter Dörwald

Remove another mention of "import string".

The file itself still mentions Python 1.5.1,
so it might need further updates.
parent b7c1895e
......@@ -48,10 +48,9 @@
<H4>Source Code</H4><DIR>
<DIR>
<CODE><P>import string</P>
<P>import sys</P>
<CODE><P>import sys</P>
<P>&nbsp;</P>
<P>print string.join( ["Hello", "world"] + sys.argv[1:] )</P></DIR>
<P>print " ".join( ["Hello", "world"] + sys.argv[1:] )</P></DIR>
</DIR>
</CODE><H4>Command Line used</H4><DIR>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment