<html>
<head>
<meta name="generator" content="Windows Mail 17.5.9600.20856">
<style data-externalstyle="true"><!--
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph {
margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:.5in;
margin-bottom:.0001pt;
}
p.MsoNormal, li.MsoNormal, div.MsoNormal {
margin:0in;
margin-bottom:.0001pt;
}
p.MsoListParagraphCxSpFirst, li.MsoListParagraphCxSpFirst, div.MsoListParagraphCxSpFirst, 
p.MsoListParagraphCxSpMiddle, li.MsoListParagraphCxSpMiddle, div.MsoListParagraphCxSpMiddle, 
p.MsoListParagraphCxSpLast, li.MsoListParagraphCxSpLast, div.MsoListParagraphCxSpLast {
margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:.5in;
margin-bottom:.0001pt;
line-height:115%;
}
--></style></head>
<body dir="ltr">
<div data-externalstyle="false" dir="ltr" style="font-family: 'Calibri', 'Segoe UI', 'Meiryo', 'Microsoft YaHei UI', 'Microsoft JhengHei UI', 'Malgun Gothic', 'sans-serif';font-size:12pt;">
<div>Hi everyone,</div><div><br></div><div>My Python compiler produced the following syntax error:</div><div><br></div><div>Python 3.3.0+ (win8app, Dec 27 2012, 21:34:06) [MSC v.1700 32 bit (Unknown)] on win32<br>Type "help", "copyright", "credits" or "license" for more information.<br>>>> >>> x = 2<br>>>> print x<br>>>> <br>Traceback (most recent call last):<br>  File "codeop.py", line 168, in __call__<br>  File "codeop.py", line 99, in _maybe_compile<br>  File "codeop.py", line 87, in _maybe_compile<br>  File "codeop.py", line 133, in __call__<br>  File "<input>", line 1<br>    print x<br>          ^<br>SyntaxError: invalid syntax<br></div><div data-signatureblock="true"><div><br></div><div><br></div><div>Is there a problem with the installation of the compiler?</div><div><br></div></div>


</div>
</body>
</html>