diff --git a/python/int_is_not_a_class.py b/python/int_is_not_a_class.py new file mode 100644 index 0000000000000000000000000000000000000000..533f6899716901f69094850a9cfdff55f2639efa --- /dev/null +++ b/python/int_is_not_a_class.py @@ -0,0 +1,2 @@ +c: class = int # 咦?怎么报错了?那道int不是一个类吗? +# 啊? \ No newline at end of file