13,420
edits
Changes
→PART 1 - Navigating Items in Lists
:#Create a Python script called: '''~/ops435/lab3/lab3e.py'''<br>The purpose of this script is to have a number of functions that output a different data storage in various elements of a list. Each function will return either a single item from the list OR will create a new list and return the entire new list.
:#The template function names and the special if statement:<source>
!/usr/bin/env python3