+ 1
How to program for URL Shortener In python3
I have tried but couldn't do
3 Respuestas
+ 2
Can you share your try, so that we ça help you better?
0
Ok i will
0
Théophile ,
Cbr✔[ ZeroCharisma ]
This is what i tried
.....
Import Shortener
url="http://www.leo.org"
url_shortener=Shortener('abc')
print('short URL is {} :' .format(url_shortener.short(url)))