displaying python's autodoc to the user (python 3.3)
- by Plotinus
I'm writing a simple command line math game, and I'm using python's autodoc for my math algorithms to help me remember, for example, what a proth number is while i'm writing the algorithm, but later on I'll want to tell that information to the user as well, so they'll know what the answer was. So, for example I have:
def is_proth():
"""Proth…