sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #35314
[Question #272778]: Can list be an additional element?
New question #272778 on Sikuli:
https://answers.launchpad.net/sikuli/+question/272778
Can list be an additional element?
t = 0
k = [1,2,3]
t = t+1
k = k.append(t)
or
k = k.extend(t)
or
k = k.insert(4,t)
But all do not achieve the desired effect.
Is there a way to add an element to the end of the list?
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.