import pyshortenes
url=input('Enter the URL:')
shortener= pyshorteners.Shortener()
a=shortener.tinyurl.short(url)
print(a)
Düşünce Mezarlığı
Personel Message: π ,∞, %79, α
Personel Message: π ,∞, %79, α
import pyshortenes
url=input('Enter the URL:')
shortener= pyshorteners.Shortener()
a=shortener.tinyurl.short(url)
print(a)