What happens if.ou put an else statement after after block ?
Explain the use of break and continue in python looping ?
What are exception handling? How do you achieve it in python ?
Explain inheritance in python with an example ?
What do you think is the output of the following code fragment? Is there any error in the code ?
What is a built-in function that python uses to iterate over a number sequence ?
What is the difference between tuples and lists in python ?
How will you get all the values from the dictionary ?
What is the purpose pass statement in python ?
How will you set the starting value in generating random numbers ?
How will you check in a string that all characters are decimal ?
What is the lambda operator ?
Explain different ways to trigger / raise exceptions in your python script ?
How do you count the occurrences of each item present in the list without explicitly mentioning them ?
How do I make a python script executable on unix ?