第10课:字符串的使用 is判断在python3.10.11中为True
sniperwang00 opened this issue · 3 comments
sniperwang00 commented
s1 = 'hello world'
s2 = 'hello world'
s3 = s2
print(s1 == s2, s2 == s3) # True True
print(s1 is s2, s2 is s3) # False True
实际执行结果为:
True True
True True
应该是加入了字符串缓冲池导致的?
hbjcstkl2020 commented
这是来自QQ邮箱的假期自动回复邮件。您发给我的信件已经收到。
b11152 commented
您好信以收到
将在下次登陆gmail或qqmail后进行回复
CHAMPIOM1 commented
邮件已收到,辛苦了!!!