Python
@morph.variables
You can declare variables passed from outside with the @morph.variables
annotation.
Parameters
You can add arguments when executing the function.
You can pass arguments from the mdx file or specify arguments when executing the command.
You can set a default value.
If not specified, the default value will be None.