Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Що виведе наступний код:
class MyClass: x = 1
p1 = MyClass()p2 = MyClass()
p1.x = 2print(p2.x)
Error
1
2
None
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!