Python Workshops for Beginners/Saturday September 27th homework: Difference between revisions

Line 24:
To get started, import the two modules which provide the character list and text of the play:
<pre>
>>> import characters from summerChar import characters
>>> import lines from summerNight import lines
</pre>
 
Anonymous user