pydoc3 80 Bytes DüzenleWeb IDE 1 2 3 4 5 #!/usr/bin/env python3 import pydoc if __name__ == '__main__': pydoc.cli()