TutorialDivingIn04: section9.py
| File section9.py, 322 bytes (added by ged, 6 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="Ridley Scott") |
| 6 | glucas = Director(name="George Lucas") |
| 7 | hford = Actor(name="Harrison Ford") |
| 8 | mhamill = Actor(name="Mark Hamill") |
| 9 | sweaver = Actor(name="Sigourney Weaver") |
