chaîne de chiffres python
import string
print(string.digits)
>> "0123456789"
Open Ocelot
import string
print(string.digits)
>> "0123456789"