Programming Examples
Python program to store the detail of 10 students in a dictionary at the same time
Can you store the detail of 10 students in a dictionary at the same time? details include – rollno, name ,marks ,grade etc. Give example to support your answer.
Solution
Output/ Explanation: