Q31.

What is method overloading in Python?

Q32.

What is method overriding?

Q33.

What is global interpreter lock (GIL)?

Q34.

Difference between threading and multiprocessing?

Q35.

What is a context manager?

Q36.

What is with statement?

Q37.

What is slicing in Python?

Q38.

What is map, filter, and reduce?

Q39.

What is the difference between append() and extend()?

Q40.

What is enumerate() function?