+ 2
How to design a gpa calculator using Python
want to make a GPA & CGPA calculator for a University using Python3
1 Réponse
+ 9
You have to first get the formula of calculating GPA and CGPA, and then translate it to code. Identify the required user input and variables. The rest should be fine to handle.