0
To write a python script to read n number of student details into a nested list and convert that as nested dictionary
OUTPUT Ex:{1:{"name":"ram", "branch" :"ME"," age" :25},2:{"name":"phani","branch":"CE"," age":25}}
1 Resposta
+ 1
Here is the code 👇
https://code.sololearn.com/ckix7no7kIbc/?ref=app