fork download
  1. import string
  2. CHARSET = string.ascii_letters + string.digits + '{}_'
  3. print(len(CHARSET))
  4.  
Success #stdin #stdout 0.03s 9460KB
stdin
Standard input is empty
stdout
65