Home / Programming MCQs / Python MCQs / Question
R
Q. Which of the following operations cannot be done on string str1, where str1="LETSFINDCOURSE."?
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Which of the following expressions involves coercion when evaluated in Python?
Amongst the following, who is the developer of Python programming?
Repetition of a set of statements in a program is made possible using _____________
Which of the following is NOT a valid typecode for Python array?
Operators with the same precedence are evaluated in which manner?
Which of the following sequences would be generated bt the given line of code?
What is the output of the following program : print 'abcefd'.replace('cd', '12')
Which of the following is not a type of argument in Python?
Discusssion
Login to discuss.