String digit Python

import string

print(string.digits)
>> "0123456789"
Open Ocelot