example-code-2e/08-def-type-hints/birds/woody.py
2020-06-11 14:58:15 -03:00

7 lines
85 B
Python

from birds import *
woody = Bird()
alert(woody)
alert_duck(woody)
alert_bird(woody)