You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Define a dictionary of students with name as key and grade as value. Add three to five entries. Now pass the dictionary to a function. The function should generate a list containing all the names only who have scored more than 60. Finally return the newly generated list from the function. And print the returned list outside.
[10]
Create a numpy array of integers with five rows and four columns. And be prepared to do the tasks you will be asked to do during viva.
[10]