L = [[[1,2], [3,4,5]], "friday", {'x': "halloween", 'y':7, 'z’:77}, {10, 11, 12}] Show the commands for the following operations on L a) retrieve 'w' inside string "halloween" b) retrieve 4 c) retrieve 'y' in string "friday" d) change the value of key 'z' to 100 e) place 'A' inside [3, 4, 5] f) place 'B' inside {10, 11, 12}

Programming with Microsoft Visual Basic 2017
8th Edition
ISBN:9781337102124
Author:Diane Zak
Publisher:Diane Zak
Chapter8: Arrays
Section: Chapter Questions
Problem 2MQ4
icon
Related questions
Question
L = [[[1,2], [3,4,5]], "friday", {'x': "halloween", 'y':7, 'z’:77}, {10, 11, 12}]
Show the commands for the following operations on L
a) retrieve 'w' inside string "halloween"
b) retrieve 4
c) retrieve 'y' in string "friday"
d) change the value of key 'z' to 100
e) place 'A' inside [3, 4, 5]
f) place 'B' inside {10, 11, 12}
Transcribed Image Text:L = [[[1,2], [3,4,5]], "friday", {'x': "halloween", 'y':7, 'z’:77}, {10, 11, 12}] Show the commands for the following operations on L a) retrieve 'w' inside string "halloween" b) retrieve 4 c) retrieve 'y' in string "friday" d) change the value of key 'z' to 100 e) place 'A' inside [3, 4, 5] f) place 'B' inside {10, 11, 12}
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 2 images

Blurred answer
Knowledge Booster
Operations of vector class
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning