CarlosLabs
Hackerrank Challenges - Cats and a Mouse
#!/bin/python3 import math import os import random import re import sys # Complete the catAndMouse function below. def catAndMouse(x, y, z): a = abs(x-z) b = abs(y-z) return "Cat A" if a