Shakespeare: Difference between revisions

imported>Ynasser
imported>Ynasser
Line 155:
====<font color="navy">Lists and Dictionaries Exercises====
<b>List & Iteration Exercise 1:</b>
* Create a new python programfile.
* Import the list of characters from <b> A Midsummer Night's Dream </b> by importing <code>summerChar</code> and import the play <code>summerNight</code>
 
Line 164:
 
<b>List & Iteration Exercise 2:</b>
* In the same programfile that you created from exercise 1 (or start a new file, but don't forget to import the original one).
* Count how many times has <b> <OBERON> </b> spoke.
* Print to screen the name <OBERON> and the number of times he spoke.
Anonymous user