Python interview questions (1)
Python interview questions (1)
64.What is encapsulation?
65.What is polymorphism?
72.What is __slots__?
98.What is __call__()?
99.What is the difference between exec() and eval()?
141. What happens when you modify a list while iterating over it?
146. Can you explain the difference between shallow and deep immutability?