Excel Formula for CGPA Letter grade to points

I wrote this formula for excel to figure out the grade points when I insert certain letter grade . Since I study in North South University, I’m following their grading policy. Numerical ScoresLetter GradeGrade Points (Per Credit)93 and aboveA Excellent4.090...

Adding item to a list with slice in python

If you have been coding for a while in python you already know you can add an item in a list using list.append(value) where list here is a variable that contains list of variables, append is a function and as parameter you will input the value you want to add at the...