function Divide(input1, input2) print(input1 / input2) end answer = Divide(input1, input2) -- That is where you write your inputs print(answer)