<html><body>
<p><font size="2" face="sans-serif">Hi Martin, concerning the first and second lessons both worked well. But I have question to lesson 2. The error message you told look like:</font><br>
<br>
<tt><font size="3">$ python error.py</font></tt><br>
<tt><font size="3">&nbsp; File &quot;error.py&quot;, line 1</font></tt><br>
<tt><font size="3">&nbsp; &nbsp;print(Hello world)</font></tt><br>
<tt><font size="3">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^</font></tt><br>
<tt><font size="3">SyntaxError: invalid syntax </font></tt><br>
<br>
<tt><font size="4"><b>what I received look like this one:</b></font></tt><br>
<br>
<br>
<tt><font size="3"><b>&nbsp; File &quot;&lt;stdin&gt;&quot;, line 1</b></font></tt><br>
<tt><font size="3"><b>&nbsp; &nbsp;print(Hello world)</b></font></tt><br>
<tt><font size="3"><b>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^</b></font></tt><br>
<tt><font size="3"><b>SyntaxError: invalid syntax </b></font></tt><br>
<br>
<tt><font size="3"><b>is there a difference etween the two mesaages or they are the same?</b></font></tt><br>
<br>
<tt><font size="3"><b>thanks.</b></font></tt><br>
</body></html>