MCQs > IT & Programming > Symbian Platform Python > The code snippet below is used to display a text input field on the screen. What does the u signify in the note function? import appuifw data = appuifw.query(u'Type a word:', 'text') appuifw.note(u'The typed word was: ' + str(data), 'info')

Symbian Platform Python MCQs

The code snippet below is used to display a text input field on the screen. What does the u signify in the note function?
import appuifw
data = appuifw.query(u"Type a word:", "text")
appuifw.note(u"The typed word was: " + str(data), "info")

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

search

Symbian Platform Python Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it