Skillshare intro to Python/Unit 1/Windows set up Python: Difference between revisions

imported>Jesstess
No edit summary
imported>Jesstess
Line 13:
You have started a <b>terminal prompt</b>. This terminal prompt is another way of navigating your computer and running programs -- just textually instead of graphically. We are going to be running Python and Python scripts from this terminal prompt.
</li>
<li>At this <code>C:\</code> prompt that appears, test your Python installinstallation by typing:
 
<pre>
Line 26:
</pre>
 
You just started Python! The <code>>>></code> indicates that you are at a new type of prompt -- a Python prompt. The commandterminal prompt lets you navigate your computer and run programs, and the Python prompt lets you write and run Python code interactively.
 
</li>
Anonymous user