36
50
<span style="color:#800">>>> </span>
37
51
<span style="color:gray">print i</span><br/>
50
73
<p>Each line that you have entered - as well as any output produced - is shown in the text area above the input. Lines beginning with a normal prompt (<code style="color: #800">>>></code>) are your input lines, while lines in red (such as <code style="color: red">invalid syntax (<input>, line 1)</code>) are generated errors or exceptions. Other lines are normal output from your code.</p>