We know that we can run python functions in c# and invoking the console and we can get python output in c# in the python console but whats the use of that if we cannot the python output as the c# input ? it would be useless integration so my question is : how do you retrieve python output as c# input ? can you import variables from python to c#? how do you that ?
I'm calling python function in c# and the out put is still in python console but can it be used in c# for example if I return python function in c# can i declare it as variable to use it in my c# program ?
that's all thank you help me :)