No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. If a class is derived from two different classes, this is called ______?
Q. What will be the output of following python code?
Q. What is the importance of the init method in a class?
Q. What will the below Python code do?
Q. Write the output of the following:
Q. What is the output of the following? x = ['ab', 'cd'] print(len(list(map(list, x))))
Q. What is the run time of the below code?
Q. Which of the following is jump statement in python?
Q. What is the output of the following program?
Q. Given a string example=”hello” what is the output of example.count(‘l’)?
Discusssion
Login to discuss.