-
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')
本文标题:python如何在程序开始时定义一个无穷大的变量
本文链接:https://www.haomeiwen.com/subject/vvidhqtx.html
网友评论