# Infinity, and it's brother minus infinity,
# comes in handy once in a while.
my_inf = float('Inf')
99999999 > my_inf
-> False
my_neg_inf = float('-Inf')
my_neg_inf > -99999999
-> False
Preview:
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