import random, string x = ''.join(random.choices(string.ascii_letters + string.digits, k=16))
Last updated 4 years ago