MCQs > IT & Programming > Symbian Platform Python > The code snippet below is used to access the SMS inbox. What is the use of declaring the array [:5] in line 3? Line 1:import inbox, appuifw Line 2:box = inbox.Inbox() Line 3:for sms_id in box.sms_messages()[:5]: Line 4: msg = box.content(sms_id) Line 5: appuifw.note(msg)

Symbian Platform Python MCQs

The code snippet below is used to access the SMS inbox. What is the use of declaring the array [:5] in line 3?
Line 1:import inbox, appuifw
Line 2:box = inbox.Inbox()
Line 3:for sms_id in box.sms_messages()[:5]:
Line 4:      msg = box.content(sms_id)
Line 5:      appuifw.note(msg)

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