['one', 'two', 'three'], 4.1,2,3,4
['one', 'two', 'three'] ">
MCQs > IT & Programming > Symbian Platform Python > The following code is an example of string manipulation in the PyS60 application of a mobile. What is the output of the code? webServiceInput = ' 1, 2, 3, 4' print webServiceInput.replace(' ', '''') txt = 'one;two;three' print txt.split(';')

Symbian Platform Python MCQs

The following code is an example of string manipulation in the PyS60 application of a mobile. What is the output of the code?
webServiceInput = " 1, 2, 3, 4"
print webServiceInput.replace(" ", "")
txt = "one;two;three"
print txt.split(";")

Answer

Correct Answer:

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Symbian Platform Python Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

More Symbian Platform Python MCQ Questions

search

Symbian Platform Python Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it