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

i need help with problem set 1 b!!! anyone??? :) tx

OpenStudy (anonymous):

This is what i got. Any comments? from math import * prime_candidate = 3 divisor = 2 prime_number = 2 given_number = 10000 partial_sum = log(2) print "2 is prime number 1" while prime_candidate <= given_number: while prime_candidate%divisor != 0: divisor=divisor+1 if divisor == prime_candidate: print prime_candidate, 'is prime' partial_sum = partial_sum + log(prime_candidate) prime_candidate = prime_candidate+2 divisor=2 else: prime_candidate = prime_candidate+2 divisor=2 else: print partial_sum, 'is the sum of all the logarithms of the' 'prime numbers between 2 and', given_number, print 'the previous sum.' print 'divided by', given_number ,'equals', partial_sum/given_number

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!
Latest Questions
AsiaLovesYhuuu: Do anybody wanna VC , I need somebody to study wud83dude2dud83dudc94 .
4 hours ago 5 Replies 0 Medals
kamariana: Rate my drawing. u2606u2606u2606
6 hours ago 7 Replies 3 Medals
addydabaddie123: should abortion be legal or illegal in Oregon? why?
15 hours ago 10 Replies 3 Medals
BTDRiley07: what is the chemical formula for sodium chloride
17 hours ago 3 Replies 0 Medals
BTDRiley07: how do i ask what is your phone number in spanish
18 hours ago 8 Replies 0 Medals
kamariana: Rate my drawing.
9 hours ago 33 Replies 9 Medals
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!