If I want to see what a method does such as the method gauss in the module random, how would I do so using the Python Interpreter? For example after I type import random into the console of the Python interpreter what could I do to find out the actual code of the method gauss in module random without having to look at the actual file. Thanks in advance!
Share
Try: