- A Y B 0 Colab Research Google Com Drive 132smkifobby K9epd37qecu Fmroclws Subah Assignment 1 Python Data Structures Ipy 1 (103.31 KiB) Viewed 40 times
a Y B 0 colab.research.google.com/drive/132SmkiFObbY K9ePD37qECU-fmroCLWs Subah-assignment-1: python-data-structures.ipy
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
a Y B 0 colab.research.google.com/drive/132SmkiFObbY K9ePD37qECU-fmroCLWs Subah-assignment-1: python-data-structures.ipy
a Y B 0 colab.research.google.com/drive/132SmkiFObbY K9ePD37qECU-fmroCLWs Subah-assignment-1: python-data-structures.ipynb File Edit View Insert Runtime Tools Help Last saved at July 2 + Code + Text Program 3: Dictionary Create a dictionary named marks with the given key, value pairs. Write a Python program to compute the average marks of a student from that dictionary Hints: Iterate through the dictionary using a for loop Dictionary Items: Output: Average Marks: 91.4 L Subjects (key) Marks (Value) RAD LC CS PreCal Biology 95 83 98 92 89 [] # TODO: Create the dictionary named 'marks' according to the table # TODO: Iterate through the items from the dictionary and find total marks