This simple program displays numbers from 1 to 10 in random orders
This program required Python 3 (tested on python 3.6.9). No additional external depedencies needed.
- copy the program anywhere in your filesystem
- set executable bit:
chmod +x ./randomNumbers.py
- run the program:
./randomNumbers.py
This program is shared under LGPLv2
Please look to the TLS_METRICS file.