From ea0f1cda56b27bfd2133f4930ddba8a3e4fedc5e Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Wed, 10 Mar 2021 16:04:12 -0500 Subject: [PATCH] =?UTF-8?q?=E8=B7=9F=E8=A1=80=E5=85=B3=E9=94=AE=E5=AD=97?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E5=87=BD=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/Keywords.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Keywords.py b/tests/Keywords.py index 4c23962..75f556f 100644 --- a/tests/Keywords.py +++ b/tests/Keywords.py @@ -2,6 +2,7 @@ # Author - https://www.ossez.com import keyword +import json print(keyword.kwlist) print(len(keyword.kwlist))