run abstract method
Runs Python code to completion in the background Isolate.
If scriptName is non-null, it overrides the default filename in
tracebacks and error messages.
Implementation
Future<MontyResult> run(
String code, {
MontyLimits? limits,
String? scriptName,
});