How to design a gpa calculator using Python | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 2

How to design a gpa calculator using Python

want to make a GPA & CGPA calculator for a University using Python3

16th May 2017, 2:08 PM
Samuel Ubani
Samuel Ubani - avatar
1 ответ
+ 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.
16th May 2017, 3:19 PM
Hatsy Rei
Hatsy Rei - avatar