예제 #1
0
def mediumint(value):
    return niceBigInteger(value)
예제 #2
0
def smallint(value):
    return niceBigInteger(value, smallest=True)