wpf

Pass multiple arguments from c# to python

Pass multiple arguments from c# to python Question: i want to pass multiple string variable from my program C# to Python script. This is my function in C# where i call a file InsertSemantic.py and i want to pass there 9 arguments ( nome, formVerb, contesto ecc…) private void insertDatabase(String nome, String formVerb, String contesto, …

Total answers: 3