int( number )
Rounds the specified number down to the nearest integer.
Keyword | Type | Description |
---|---|---|
|
Decimal |
The number that will be rounded. |
Integer
int(31.5)
returns 31