You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can create a `Python` program which can be used to shorten a big links. We'll use a shortening web service named `tinyurl`. You need to give your link in the terminal and you'll get the shorten link in the print-screen.
13
+
```
14
+
What the program does?
15
+
16
+
- You've to give your big link in the terminal
17
+
- Program will use tinyurl server for shortening the link without using any browser
0 commit comments