MCPcopy Create free account
hub / github.com/ActiveState/code / recipe-576380.py

File recipe-576380.py

recipes/Python/576380_Prime_look_up_program/recipe-576380.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#!/usr/bin/python
2""" nth prime """
3
4import cPickle, math, sys, os

Callers

nothing calls this directly

Calls 5

fmt_nFunction · 0.85
do_inputFunction · 0.85
openFunction · 0.50
loadMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected