Open main menu

CDOT Wiki β

Changes

OPS435 Python Lab 3

28 bytes added, 00:02, 22 November 2017
no edit summary
:# Write the '''functions''' that perform the following operations on a list:<ol type="a"><li>Returns the length of the list</li><li>Returns the smallest value in the list</li><li>Returns the largest value in the list</li></ol>
:# Write a Python script to display all of the elements within a simple list.
 
[[Category:OPS435-Python]]