Perl Primer - University of California, Davis

Write the Python program (module) using a text editor, and then execute this program through the python interpreter. ... Replace is a function that substitutes a string for another: ... and stores it in variable item A.remove(item) Search for item in A, and remove first instance Reverse A.reverse() Reverses list A Sorting A.sort() Sorts list A ... ................
................