Create a python function ‘assign_grade(list)’ which records the marks of ten students from a list and assign a grade based on the following conditions: If marks>=90 then grade A If marks >=80 && 65...


Create a python function ‘assign_grade(list)’ which records the marks of ten students from a list and assign a grade based on the following conditions: If marks>=90 then grade A


If marks >=80 && <90 then="" grade="">


If marks >65 &&<80 then="" grade="">


If marks>=40 && <=65 then="" grade="">


If marks <40 then="" grade="">


Consider the list of marks of 10 students in Biology.



Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here