79760449

Date: 2025-09-10 03:47:42
Score: 1
Natty:
Report link

You need to specify an encoding for the characters otherwise python doesn't know how to handle the strings.


import random

import string

random.choice(string.ascii_lowercase)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Foton