Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.21 KB

File metadata and controls

48 lines (29 loc) · 1.21 KB

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