7 lines
85 B
Python
7 lines
85 B
Python
from birds import *
|
|
|
|
woody = Bird()
|
|
alert(woody)
|
|
alert_duck(woody)
|
|
alert_bird(woody)
|