Home / Programming MCQs / Python MCQs / Question
M
Q. Predict the output
List = [True, 50, 10] List.insert(2, 5) print(List, "Sum is: ", sum(List))
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
What is the output of the following program : print((1, 2) + (3, 4))
Python is a ___object-oriented programming language.
What will be the output of the following code snippet?
What is the output of the following program :
You can also create your own functions, these functions are called?
Write the output of the following:
If str1="Programming Language" What does str1.find("m") return?
Discusssion
Login to discuss.