hi!!
to show the source code I thought it is supposed to do this (at least it worked using ipython with version 2 of python):
>>> method??
I'm using version 3. How can I show the source of a method.
eg:
>>>def sayHi():
print('Hi')
>>>sayHi??
then show the source code.
Thanks!!