This is a simple CLI application written in Python that generates a list of numbers from 1 to 10 in a random order and prints them to the terminal. Python 3.x You can ...
We use Poetry to manage dependencies. After installing it, create a venv for this project and install the dependencies by running the following: For example, to get a random number between 1 and 10, ...