Random Youtube Link Generator

def randYoutubeLink(): from random import sample a=["0123456789aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ-_"] b="http://youtu.be/" c=sample(a[0],11) return b+"".join(c)

1 Response

?....RUNNING

Write a comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.