25

from phone import Camera
from animals import Python

camera = Camera()
python = Python()

camera.take(python)
camera.showImage()

Comments
Add Comment