Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import random
- import string
- import webbrowser
- c = 0
- a = 0
- while c == 0:
- while a !=10:
- b = random.randrange(4,6)
- letters = string.ascii_lowercase
- rand_string = ''.join(random.choice(letters) for i in range(b))
- d = (('prnt.sc/')+((str)(rand_string)))
- webbrowser.open(d)
- a+=1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement