Ask your own question, for FREE!
MIT 6.00 Intro Computer Science (OCW) 19 Online
OpenStudy (anonymous):

Problem set 1 - problem 1 (code). All the feedback will be highly appreciated. Thanks http://myprogrammingstuff.wordpress.com/2011/03/13/problem-set-1-problem-1/

OpenStudy (anonymous):

Seems like a decent solution. Couple of suggestions. First, use the builtin boolean values rather than comparing against 0 and 1. is_prime = True rather than is_prime = 1. Also in your last conditional, you used 1000, when you actually had set up a variable for it (called limit), and you should maintain consistency so that if you wanted to change the code you'd only have to change the value of that one variable.

OpenStudy (anonymous):

you are completely right :) I forgot about the limit variable. Thanks for your suggestions.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!