4. Given a student information in a dictionaly format: stud_info = { 'stud1': {'name': 'Juan', 'id_no': 2020123}, 'stud2': {'name': 'Maria', 'id_no': 2020124), 'stud3': {'name': 'Petra', 'id_no':...

Given a student information in a dictionary format: stud_info = { 'stud1': {'name': 'Juan', 'id_no': 2020123}, 'stud2': {'name': 'Maria', 'id_no': 2020124}, 'stud3': {'name': 'Petra', 'id_no': 2020125} } Write a menu driven Phyton program that can a)Display the student information b)Change student information c)Add student in the dictionary d)Delete student in the dictionary
4. Given a student information in a dictionaly format:<br>stud_info = {<br>'stud1': {'name': 'Juan', 'id_no': 2020123},<br>'stud2': {'name': 'Maria', 'id_no': 2020124),<br>'stud3': {'name': 'Petra', 'id_no': 2020125}<br>}<br>Write a menu driven Phyton program that can<br>a) Display the student information<br>b) Change student information<br>c) Add student in the dictionary<br>d) Delete student in the dictionary<br>

Extracted text: 4. Given a student information in a dictionaly format: stud_info = { 'stud1': {'name': 'Juan', 'id_no': 2020123}, 'stud2': {'name': 'Maria', 'id_no': 2020124), 'stud3': {'name': 'Petra', 'id_no': 2020125} } Write a menu driven Phyton program that can a) Display the student information b) Change student information c) Add student in the dictionary d) Delete student in the dictionary

Jun 03, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions ยป

Submit New Assignment

Copy and Paste Your Assignment Here