Question #256700 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/256700
RaiMan proposed the following answer: BTW: - In Python we have mutable arrays, which are called a list mutableArray = [1, 2, 3, 4] - and immutable arrays, which are called tuple: immutableArray = (1, 2, 3, 4) Only for a list, you can change items and/or append/delete items. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. _______________________________________________ Mailing list: https://launchpad.net/~sikuli-driver Post to : [email protected] Unsubscribe : https://launchpad.net/~sikuli-driver More help : https://help.launchpad.net/ListHelp

