Q: Write a program as given input and output in python?
Input: {
"key1": {
"a": [0, 1, 2],
"b": [1, 2, 3],
"c": [2, 3, 4]
},
"key2": {
"a": [5, 6, 7],
"b": [6, 7, 8],
}
}
Output:
list_a = [[0,1,2], [5,6,7]]
list_b = [[1,2,3], [6,7,8]]
list_c = [[2,3,4]]
The code for this video can be found at:
https://github.com/KunalGautam214/cod...
00:00 - 01:05 Problem statement
01:06 - 04:15 Solving problem
04:16 - 04:50 Subscribe
On this page of the site you can watch the video online PYTHON INTERVIEW QUESTIONS and ANSWERS | Code with KG with a duration of hours minute second in good quality, which was uploaded by the user Code with KG 18 August 2024, share the link with friends and acquaintances, this video has already been watched 10 times on youtube and it was liked by 1 viewers. Enjoy your viewing!