|
|
|
@ -36,7 +36,7 @@ if (choice == '2'):
|
|
|
|
|
|
|
|
|
|
|
|
if re.search(regex, grid):
|
|
|
|
if re.search(regex, grid):
|
|
|
|
print("grid is valid!")
|
|
|
|
print("grid is valid!")
|
|
|
|
print mh.to_location(grid)
|
|
|
|
print (mh.to_location(grid))
|
|
|
|
break
|
|
|
|
break
|
|
|
|
else:
|
|
|
|
else:
|
|
|
|
print("grid is not valid!")
|
|
|
|
print("grid is not valid!")
|
|
|
|
|