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

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