From 3a715a101dddac3e30a886a34456755c4046b9b0 Mon Sep 17 00:00:00 2001 From: ConsoleCoder Date: Sun, 30 Jul 2023 01:05:41 +0000 Subject: [PATCH] =?UTF-8?q?add=20python/int=5Fis=5Fnot=5Fa=5Fclass.py.=20?= =?UTF-8?q?=E8=99=BD=E7=84=B6=E5=B0=B1=E4=B8=80=E8=A1=8C=EF=BC=8C=E4=BD=86?= =?UTF-8?q?=E4=BB=96=E6=9C=89=E4=B8=80=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ConsoleCoder --- python/int_is_not_a_class.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 python/int_is_not_a_class.py diff --git a/python/int_is_not_a_class.py b/python/int_is_not_a_class.py new file mode 100644 index 0000000..533f689 --- /dev/null +++ b/python/int_is_not_a_class.py @@ -0,0 +1,2 @@ +c: class = int # 咦?怎么报错了?那道int不是一个类吗? +# 啊? \ No newline at end of file -- Gitee