Python Nested Data Exercises
Let’s check out some exercises that will help understand Nested Data better.
Exercise 6-a
Print 5 by accessing the nested data.
Exercise 6-b
Print "Z" from the nested data.
Exercise 6-c
What color is the violet?
Exercise 6-d
Print the values of the "roads" key from the nested dictionary.
Exercise 6-e
Print the first element of the weather for Tokyo.