lin-alg / main.py
Aaron Xavier
Final commit before deploy
65c63f5
Raw
History Blame Contribute Delete
102 Bytes
def is_intersecting(l1, l2):
# if intersecting
# return True
# else
return False