PYTHON INTERVIEW QUESTIONS and ANSWERS | Code with KG

Publié le: 18 août 2024
sur la chaîne: Code with KG
10
1

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


Sur cette page du site, vous pouvez voir la vidéo en ligne PYTHON INTERVIEW QUESTIONS and ANSWERS | Code with KG durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur Code with KG 18 août 2024, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 10 fois et il a aimé 1 téléspectateurs. Bon visionnage!