Snippets Collections
# 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 
star

Mon Feb 28 2022 08:47:17 GMT+0000 (Coordinated Universal Time) https://www.quora.com/What-are-some-cool-Python-tricks

#python #math #physics #stem

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension