Prompts the user for a positive integer input (0< n < 100) and validates it. The function will continue to prompt the user until a valid input is received.
Download/clone this repo to your computer. In VS Code: File → Open Folder → select the folder (e.g., 100-days-of-python). Make sure Python is set up in VS Code Install the official Python extension by ...