shell pip install shorturl python import shorturl python import shorturl long_url = "https://www.example.com/article/12345" short_url = shorturl.shorten(long_url) print("Short URL:", short_url) Short URL: http://surl.li/abc123