變量綁定

>>> a =2 >>> b =2 >>> a is b True >>> b=3 >>> a is b False >>> A =3 >>> b is A True >>>
相關文章
相關標籤/搜索