question archive There are two parts to this assignment: Part I: Writing a Python Module (list manipulation functions) You are required to implement a Python module that contains functions that manipulate lists
Subject:Computer SciencePrice: Bought3
There are two parts to this assignment:
Part I: Writing a Python Module (list manipulation functions)
You are required to implement a Python module that contains functions that manipulate lists. Please ensure that
you read the section titled PART I SPECIFICATION – WRITING A PYTHON MODULE
(LIST MANIPULATION FUNCTIONS) below for further details.
Part II: Simulate a Vending Machine
You are required to write a Python program that simulates a vending machine. Users should be able to view products
and make purchases. Please ensure that you read section titled PART II SPECIFICATION – VENDING MACHINE
SIMULATOR provided as a separate document for further details.