Skip to content

Simple Python script that helps you find all the "useful numbers" within a specified range. A "useful number" is defined as any number that meets certain criteria specified.

Notifications You must be signed in to change notification settings

Fantonos/UsefulNumbers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

UsefulNumbers

UsefulNumbers is a simple Python script that helps you find all the "useful numbers" within a specified range. A "useful number" is defined as any number that meets certain criteria you specify.

Features

  • Requests two numbers from the user: a "From number" and a "To number".
  • Calculates and prints a list of all useful numbers within that range.

Getting Started

Prerequisites

  • Python 3.x installed on your machine.

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/Fantonos/UsefulNumbers
  2. Navigate to the project directory:

    cd UsefulNumbers

Usage

  1. Run the script:

    python3 main.py
  2. Follow the prompts to enter the "From number" and "To number".

  3. The script will calculate and print a list of all useful numbers within the specified range.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Creative Commons Zero v1.0 Universal

About

Simple Python script that helps you find all the "useful numbers" within a specified range. A "useful number" is defined as any number that meets certain criteria specified.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages