I wrote a Python script and written with def's and would now like to call them in C#. Does this happen at all and if so, how?
It also have to work with inputs like "string output = call-funktion(input) #<--- this Funktion have to be linked to Python#"