Preview:
>>> int(3.7)
3

>>> int(-3.4)
-3

>>> int(round(3.8))
4
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter