tasks: random-string: python: | import random, string print(''.join(random.sample(string.hexdigits, 8)))