TutorialDivingIn: section9.py
| File section9.py, 327 bytes (added by ged, 4 years ago) |
|---|
| Line | |
|---|---|
| 1 | # you don't need to copy-paste this line, it's only useful when using the data |
| 2 | # as "from section9 import *" |
| 3 | from model import * |
| 4 | |
| 5 | rscott = Director(name=u"Ridley Scott") |
| 6 | glucas = Director(name=u"George Lucas") |
| 7 | hford = Actor(name=u"Harrison Ford") |
| 8 | mhamill = Actor(name=u"Mark Hamill") |
| 9 | sweaver = Actor(name=u"Sigourney Weaver") |
