Batch - DS301222 # What happens when a function doesn’t have a return statement?

When a function doesn’t have a return statement, it will by default return us “none”.
But it should include a return statement to get the appropriate value.

1 Like

@vivek

Nice explanation, keep the pace up.

1 Like