How to program for URL Shortener In python3 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to program for URL Shortener In python3

I have tried but couldn't do

28th Aug 2019, 1:37 PM
Archit
3 Answers
+ 2
Can you share your try, so that we ça help you better?
28th Aug 2019, 1:55 PM
Théophile
Théophile - avatar
0
Ok i will
28th Aug 2019, 2:09 PM
Archit
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)))
28th Aug 2019, 2:27 PM
Archit