Declaring A Function Argument As Global?

Skip Montanaro skip at pobox.com
Thu Jan 16 12:33:38 EST 2003


I believe this should work

    def lhandler(list):
        list[:] = list[1:]

Skip





More information about the Python-list mailing list