Severity: Warning
Message: fopen(/home/answnniz/solutionspile.com/system/sessions/ci_sessionf80c4cd14d2e702af9d469b75b64182791d40126): failed to open stream: Disk quota exceeded
Filename: drivers/Session_files_driver.php
Line Number: 176
Backtrace:
File: /home/answnniz/solutionspile.com/index.php
Line: 367
Function: require_once
Severity: Warning
Message: session_start(): Failed to read session data: user (path: /home/answnniz/solutionspile.com/system/sessions)
Filename: Session/Session.php
Line Number: 143
Backtrace:
File: /home/answnniz/solutionspile.com/index.php
Line: 367
Function: require_once
Create a list containing three strings. Then print the entire list at once. The output would look something like this... [Red,Green,Blue] Part 2 Create a list containing five integers and then print it by looping through the list and displaying each item in the list one item at a time. So if you have a list that contains 1, 2, 3, 4, 5, it would print like this: 1 2 3 4 5 3) create an empty list ("myList = []"). Then code a loop that will run three times. Inside the loop, get input from the user and use the list object's "append" method to add that data the list