November 2018
— You mean a python job ?
I would do something like this:
from string import ascii_lettersfrom random import randrangedef get_rand_char(): return ascii_letters[randrange(0,52)]
— Yes
— Download a dictionary with one word per line, them generate n indices and get those lines from the file
Message permanent page
— Wait fr?
— Guys, do you know how to set loginmanager.login_view in multiple URL ?
— This case in Flask, web development
— Wat
— No
— Letters, or words?
— Or a string of random letters from Latin alphabet?
— Random.choice(string.ascii_letters)