Skip to content

This is a small code in Python for finding the Prime numbers within any given range of integers. Here I saved all the prime numbers (from 2 to maximum-value-of-the-range ) in a list first. Later, all the prime numbers within the given range is saved in a separate list (prime_list_within_range). Because to make this code work faster I used a tric…

Notifications You must be signed in to change notification settings

pushon07/prime_number

Folders and files

NameName
Last commit message
Last commit date

Latest commit

May 19, 2016
33077d6 · May 19, 2016

History

4 Commits
May 19, 2016
Mar 20, 2016

About

This is a small code in Python for finding the Prime numbers within any given range of integers. Here I saved all the prime numbers (from 2 to maximum-value-of-the-range ) in a list first. Later, all the prime numbers within the given range is saved in a separate list (prime_list_within_range). Because to make this code work faster I used a tric…

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages