Ask your own question, for FREE!
MIT 6.00 Intro Computer Science (OCW) 52 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
WalmartBag: can someone pls give me a proxy
5 minutes ago 0 Replies 0 Medals
Breathless: womp
1 hour ago 0 Replies 0 Medals
Breathless: yo who wanna match pfp?
1 hour ago 11 Replies 1 Medal
Ylynnaa: This was long time ago lmk if u fw itud83dude1d
5 hours ago 17 Replies 2 Medals
abound: Wow question cove really fell off
7 hours ago 6 Replies 1 Medal
ayden09: chat i love black pink hehe i like jones to
6 hours ago 20 Replies 2 Medals
kamani7676: help
1 day ago 5 Replies 1 Medal
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!