Gadgets 4 Students Online Courses
Free Tutorials  Go to Your University  Placement Preparation 
0 like 0 dislike
5.6k views
in RTU/BTU B.Tech(CSE-VI SEM) PYTHON LAB by Goeduhub's Expert (7.6k points)
Write a python program to find the sum of all the primes below two million

Where can I do online courses From Word's Top Instructors?

UDEMY::  Attend All Udemy Courses in Just INR 450[Coupon]
Coursera:: Join For FREE

1 Answer

0 like 0 dislike
by Goeduhub's Expert (7.6k points)
edited by
 
Best answer

Ques.Write a python program to find the sum of all the primes below two million

Answer : here we  have taken 201  instead of two milllion

Program :  

l=[]

for i in range(1,201):

    for j in range(1,i):

        if i%j==0 and i!=j:

            l.append(i)

print("sum : ",sum(l))

total=0

for i in range(0,len(l)):

    total=total+l[i]

print("sum = ",total)

Output :  

sum: 100397

sum = 100397


For more Rajasthan Technical University CSE VI Sem Python Lab Experiments Click here

3.3k questions

7.1k answers

395 comments

4.5k users

Related questions

 Important Lists:

Important Lists, Exams & Cutoffs Exams after Graduation PSUs

 Goeduhub:

About Us | Contact Us || Terms & Conditions | Privacy Policy || Youtube Channel || Telegram Channel © goeduhub.com Social::   |  | 

 

Free Online Directory
...