def my_function(a0: float, a1: float) -> float: val = a0 + a1 + 0.1 return val