Python assert对于此类参数限制具有-statement。
assert
def return_approximation(T): assert 0 < T < 100, "Argument 'T' out of range" return T