```def r(k):if not isinstance(k,(int,float)):******print('TypeError:bad oper and type')******if k>0:return k
k='a' (之后无结果)