From c967c56c54d9f8215d1cec223ce921933b44410c 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 11:04:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=81=A2=E5=A4=8Dinf=E5=8E=9F=E8=AE=BE?= =?UTF-8?q?=E5=AE=9A?= 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 b00903a..bf5d3dc 100755 --- a/source/constants.py +++ b/source/constants.py @@ -639,4 +639,4 @@ CHOOSE = 'choose' PLAY = 'play' # 无穷大常量 -INF = 1e1024 # 等价于float("inf") +INF = float("inf")