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

I made the code for Problem set 1 but i think its wrong, it works fine tho. n=3 p=1 c=2 print '2 prime:true. # of primes: 1' while p<1000: if n%2==0: n=n+1 else: if n%2!=0: if n>c: if n%c!=0: c=c+1 if c>=n: p=p+1 print n,'prime:true.','# of primes:',p else: c=2 n=n+1 else: c=2 n=n+1

OpenStudy (anonymous):

if it works how could it be wrong?

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!