sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #04187
Re: [Question #166327]: Matrix
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.