Question #166327 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/166327
Status: Open => Answered
RaiMan proposed the following answer:
matrix = [["0-0", "0-1", "0-2"], ["1-0", "1-1", "1-2"], ["2-0", "2-1",
"2-2"] ]# 3 x 3 matrix
for line in range(3):
for col in range(3):
print matrix[line][col]
--
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