Created
September 19, 2013 14:06
-
-
Save calebrob6/6623998 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
f = open("prob3.txt","r") | |
num = int(f.readline().strip()) | |
def check(board,x,y,n,char): | |
for i in range(num): | |
board = [] | |
for j in range(5): | |
board.append(list(f.readline().strip())) | |
print board | |
f.close() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
2
AABBA
BAAAB
AAABA
ABAAB
BAAAB
AAAAA
AAAAA
BAAAA
ABAAA
AABAA