Jump to content

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
Cookies help us deliver our services. By using our services, you agree to our use of cookies.