✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
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?