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

imported>Ehashman
No edit summary
Line 30:
To access the list of characters, set the following variable:
<pre>
>>> characters = summerChar.SummerCharlines
</pre>
 
Line 37:
To access the text of the play as a list (each line is an entry in the list):
<pre>
>>> lines = summerNight.SummerNightlines
</pre>
 
Anonymous user