First time here? Check out the FAQ!
answered 14 years ago
plot([prime_pi(x) for x in xrange(3,10+1)])
updated 14 years ago
plot([prime_pi(x) list_plot([(x,prime_pi(x)) for x in xrange(3,10+1)])
list_plot([(x,prime_pi(x)) for x in xrange(3,10+1)])