Video yükleniyor...
Video Yüklenemedi
Can you solve this string comparison challenge? Explore the behavior of Python's string handling and learn about memory optimization in the language.
27,711 görüntüleme • 1 yıl önce •via X (Twitter)
3 Yorum

Google for Developers1 yıl önce
Here's a hint:

Arman1 yıl önce
print(a is d) will be False. While a is an interned string literal, "".join() creates a new string object for d, so they aren't the exact same object in memory, even if their value is identical.

1st Amendment1 yıl önce
you getting system responses from the ai too?



