First time here? Check out the FAQ!
answered 2010-09-07 11:42:18 +0100
plot([prime_pi(x) for x in xrange(3,10+1)])
updated 2010-09-07 11:45:55 +0100
plot([prime_pi(x) list_plot([(x,prime_pi(x)) for x in xrange(3,10+1)])
updated 2010-09-07 11:46:21 +0100
list_plot([(x,prime_pi(x)) for x in xrange(3,10+1)])