fork download
  1. # your code goes here
  2. import string
  3. print(string.digits)
  4. print(string.ascii_lowercase)
Success #stdin #stdout 0.03s 9580KB
stdin
Standard input is empty
stdout
0123456789
abcdefghijklmnopqrstuvwxyz