Default values can be specified for parameters!
def add_it(x, y=5): answer = x + y return answer
Experiment with this code on Gitpod.io
⬅ Back