How to represent an infinite number in Python?
16:38 15 Oct 2011

How can I represent an infinite number in python? No matter which number you enter in the program, no number should be greater than this representation of infinity.

python infinite infinity