✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
Consider the following two lines of code in Python
w1 = "hello"
w2 = "hello"
What happens if we try to access memory allocation of both variables?