CodeDrinks
Results
3
issues of
CodeDrinks
**Description**: Implement a basic Python script that shortens long URLs using the pyshorteners library (TinyURL service). This feature allows users to input a URL and receive a shortened version that...
- Implemented a Python script to shorten URLs using the TinyURL service - Added user input handling for custom URL shortening - Display shortened link in console output - Introduced...