Python program to input marks and calculate the subject grade of a student
Write a python program to input marks and calculate the subject grade of a student. In this program we will learn about if-else statement, function calling, map(), split() functions. def …