From da7c3ce908857c497c52980fd54dde664ecc5e4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=A4=96=E4=B9=8B=E7=A5=9E?= Date: Wed, 8 Jun 2022 10:55:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9infbi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/constants.py b/source/constants.py index 84ac369..b00903a 100755 --- a/source/constants.py +++ b/source/constants.py @@ -639,4 +639,4 @@ CHOOSE = 'choose' PLAY = 'play' # 无穷大常量 -INF = float('inf') +INF = 1e1024 # 等价于float("inf")