Ejemplo n.º 1
0
def mediumint(value):
    return niceBigInteger(value)
Ejemplo n.º 2
0
def smallint(value):
    return niceBigInteger(value, smallest=True)