UNPKG

337 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3const _1 = require(".");
4const input = `print("aa\\n\\n\\nbb\\n\\ncc\\ndd")`;
5const options = {};
6_1.PythonShell.runString(input, options, function (err, results) {
7 //console.warn(err)
8 console.log(results);
9});
10//# sourceMappingURL=test.js.map
\No newline at end of file