Skip to content
Snippets Groups Projects
Commit 374a1443 authored by Scott Wong's avatar Scott Wong
Browse files

Removed test.py

parent 73d7c5e9
Branches
No related tags found
No related merge requests found
{
"upper": [
[
"r",
2,
-4
],
[
"p",
2,
-3
],
[
"p",
3,
-4
]
],
"lower": [
[
"s",
4,
0
]
],
"block": []
}
\ No newline at end of file
from search.movement_logic import distance_between
print(distance_between((-3, 1), (1, 0)))
print(distance_between((-3, 1), (0, -1)))
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment