Boston Python Workshop 3/Friday/Windows project dependencies: Difference between revisions

Content added Content deleted
imported>Jesstess
imported>Jesstess
Line 83: Line 83:
</pre>
</pre>


will show you the source code files in that directory. One of the files is "words.py", which has a ".py" extension indicating that it is a Python script. Type:
will show you the source code files in that directory. One of the files is "words1.py", which has a ".py" extension indicating that it is a Python script. Type:


<pre>
<pre>
python words.py
python words1.py
</pre>
</pre>


at the command prompt to execute the words.py Python script. You should see a column of English words printed to the screen. If you don't, let a staff member know.
at the command prompt to execute the words1.py Python script. You should see a column of English words printed to the screen. If you don't, let a staff member know.


===Success!===
===Success!===