<div dir="ltr"><div><div>Hi,<br><br></div>I've been following the tutorial here <a href="http://anh.cs.luc.edu/python/hands-on/3.1/handsonHtml/">http://anh.cs.luc.edu/python/hands-on/3.1/handsonHtml/</a><br></div>But when I get to section 1.10 there is <br>
<br><pre><span class="">person</span> <span class="">=</span> <span class="">input</span><span class="">(</span><span class="">'Enter your name: '</span><span class="">)<br><br></span></pre><pre><span class="">However this generates an error<br>
</span></pre><br clear="all"><div><div><div>>>> person = input('Enter your name: ')<br>Enter your name: hi<br><br>Traceback (most recent call last):<br>  File "<pyshell#0>", line 1, in <module><br>
    person = input('Enter your name: ')<br>  File "<string>", line 1, in <module><br>NameError: name 'hi' is not defined<br>>>> <br><br></div><div>I have no idea what I am doing wrong with this - it look correct to me.<br>
<br></div><div>I'm obviously doing something stupid, anyone can suggest what?<br><br></div><div>/M .<br></div><div>-- <br>Regards,<br><br>Martin S
</div></div></div></div>