Severity: Warning
Message: fopen(/home/answnniz/public_html/system/sessions/ci_session1b7be7718a3fabe0b871aa042e30dbc2dda0d901): failed to open stream: Disk quota exceeded
Filename: drivers/Session_files_driver.php
Line Number: 176
Backtrace:
File: /home/answnniz/public_html/index.php
Line: 315
Function: require_once
Severity: Warning
Message: session_start(): Failed to read session data: user (path: /home/answnniz/public_html/system/sessions)
Filename: Session/Session.php
Line Number: 143
Backtrace:
File: /home/answnniz/public_html/index.php
Line: 315
Function: require_once
8A1.3) Wish for Wings Define the dataclass Bird with the fields name (str), can_fly (bool), and region (str). Some example birds are provided below. Then, define the function first_land_bird that consumes a list of Bird and produces the name of the first Bird in the list that cannot fly. If there are no birds that cannot fly, then return "Flew the coop" instead.