test为定义的一个任意变量,其值为正无穷
test = float("inf")test为定义的一个任意变量,其值为负无穷
test = float('-Inf')
或者是
test =-float('Inf')
#test为定义的一个任意变量,其值为正无穷
test = float("inf")
#test为定义的一个任意变量,其值为负无穷
test = float('-Inf')
#或者是
test =-float('Inf')
test为定义的一个任意变量,其值为正无穷
test = float("inf")
test为定义的一个任意变量,其值为负无穷
test = float('-Inf')
或者是
test =-float('Inf')
#test为定义的一个任意变量,其值为正无穷
test = float("inf")
#test为定义的一个任意变量,其值为负无穷
test = float('-Inf')
#或者是
test =-float('Inf')