in type_check.py [0:0]
def type_check(param): if isinstance(param, int): return "intです" elif isinstance(param, float): return "floatです"