From: mrholtsr on
I am absolutely new to python and barely past beginner in programming.
Also I am not a mathematician. Can some one give me pointers for
finding the 1000th. prime for a course I am taking over the internet
on Introduction to Computer Science and Programming. Thanks, Ray
From: Diez B. Roggisch on
mrholtsr schrieb:
> I am absolutely new to python and barely past beginner in programming.
> Also I am not a mathematician. Can some one give me pointers for
> finding the 1000th. prime for a course I am taking over the internet
> on Introduction to Computer Science and Programming. Thanks, Ray

Do you really think we are so retarded that we don't remember you posted
the same question a week ago?

Diez
From: Robert P. J. Day on
On Sun, 15 Nov 2009, mrholtsr wrote:

> I am absolutely new to python and barely past beginner in programming.
> Also I am not a mathematician. Can some one give me pointers for
> finding the 1000th. prime for a course I am taking over the internet
> on Introduction to Computer Science and Programming. Thanks, Ray

it's 7919.

rday
--

========================================================================
Robert P. J. Day Waterloo, Ontario, CANADA

Linux Consulting, Training and Kernel Pedantry.

Web page: http://crashcourse.ca
Twitter: http://twitter.com/rpjday
========================================================================
From: mrholtsr on
On Nov 15, 10:02 am, "Diez B. Roggisch" <de...(a)nospam.web.de> wrote:
> mrholtsr schrieb:
>
> > I am absolutely new to python and barely past beginner in programming.
> > Also I am not a mathematician. Can some one give me pointers for
> > finding the 1000th. prime for a course I am taking over the internet
> > on Introduction to Computer Science and Programming. Thanks, Ray
>
> Do you really think we are so retarded that we don't remember you posted
> the same question a week ago?
>
> Diez

Mea Culpa. I didn't realize at the time that this group was the same
as the newsletter. Won't do it again.
From: sturlamolden on
On 15 Nov, 15:30, mrholtsr <mrhol...(a)gmail.com> wrote:

> I am absolutely new to python and barely past beginner in programming.
> Also I am not a mathematician. Can some one give me pointers for
> finding the 1000th. prime for a course I am taking over the internet
> on Introduction to Computer Science and Programming. Thanks, Ray


print "7919"



 |  Next  |  Last
Pages: 1 2 3
Prev: ANN: PyGUI 2.1
Next: SCGIServer and unusal termination