Hi,
I am a new to python. I have method in a phyton file.
The method looks like this:
class Srikanth(object):
"""A virtual pet"""
def talk(self):
print "Hi. I'm an instance of class Critter."
I want to call this method from C# class. I am using Ironphyton studio.
Can you tell me how do i this.
it would be great if you can reply as quick as possible.
Regards
Srikanth