sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #29109
Re: [Question #256700]: Single member array versus two member array
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.