Perl Primer - University of California, Davis

Dictionary variables hold lists references by labels. ... Python has two types of scalar values: numbers and strings. Both types ca be assigned to a scalar variable. ... (item) Search for item in A, and remove first instance Reverse A.reverse() Reverses list A Sorting A.sort() Sorts list A in place, in increasing order Searching I=A.index(item ... ................
................