Determine the value returned by the function.
def div(x): result = x / 2.0 return result
Experiment with this code on Gitpod.io
⬅ Back