class PythonProducts
{
static void Main()
{
ScriptEngine engine = Python.CreateEngine();
ScriptScope scope = engine.ExecuteFile(@"CSharp4\FindProducts.py");
class PythonProducts
{
static vo