How do you create a list which is a reverse version on another list in python?
Name different types of inheritance in python?
How will you differentiate between deep copy and shallow copy?
How do you write comments in python?
Tell me what are the built-in type does python provides?
What are a help () and dir() in python?
Explain the difference between local and global namespaces?
What is *args and **kwargs?
Explain docstring in python?
What is the use of __ init __ py in python?
Explain finally keyword?
Explain me what is the statement that can be used in python if the program requires no action but requires it syntactically?
What is flatmap in python?
What are tuples and relation?
What sort does python use?