Пример #1
0
def mediumint(value):
    return niceBigInteger(value)
Пример #2
0
def smallint(value):
    return niceBigInteger(value, smallest=True)