New to python, and have a simple question. If a function I'm using requires a parameter to be a specific type, what is more pythonic : A) Cast the argument in the body of my function B) Expect ...