home *** CD-ROM | disk | FTP | other *** search
/ BURKS 2 / BURKS_AUG97.ISO / BURKS / LANGUAGE / PYTHON / LIB / IMG6.GIF < prev    next >
Graphics Interchange Format  |  1996-12-06  |  6KB  |  648x221  |  1-bit (2 colors)
Labels: black | darkness
OCR: Operation s[i] = T = { * [i:j] del [ij] s.append(r) s. count (r) s. index (r) s.insert(i, z) *.remove(r) *.reverse() 8. Bort() Result item i ofs is replaced by r slice of s from i to j is replaced by same as & [i:] 8 = [] same ass [len (s): lon(s)] = [z] return number of 's for which [1] return smallest such that s[i] same as s[:] = [z] if >= 0 == I same as del s[s.index(r)] reverses the items of s in place permutes the items of s to satisfy s[i] <= s[j], for i < j 1 == I Notes (1) (1) (2)