Explain join() and split() in python.
What are the supported data types in python?
How do you insert an object at a given index in python?
How to determine the type of instance and inheritance in python?
Is python interpreted, or compiled, or both?
Explain split() methods of "re" module in python?
What is python's parameter passing mechanism?
Explain important characteristics of python objects?
Difference between lists and tuples in python?
Explain a few methods to implement functionally oriented programming in python?
How would you declare a comment in python?
Python read a single character from the user?
Explain accessor and mutator methods in python?
Does python have a switch-case statement?
What does the 'yield' keyword do in python?