When a return statement appears in a function, Python will ignore any lines of code after the return statement.

true
false

True