Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 1.12 KB

File metadata and controls

25 lines (13 loc) · 1.12 KB

Student Grade Calculator

A Python program that calculates the grade of a student based on their marks in theory and practical exams.

Python Interpreter

The Python interpreter used for this project is Python 3.12.x. Make sure you have the correct Python version installed to run this program.

Modules Used

  1. asyncio: This module is used for writing single-threaded concurrent code using coroutines, multiplexing I/O access over sockets and other resources, running network clients and servers, and other related primitives. In this project, it's used to run the get_result method asynchronously.

  2. random: This module implements pseudo-random number generators for various distributions. In this project, it's used to select a random remark for the student.

Run in Browser

You can also run this program in your browser by clicking on the following link: Run in Replit

How to Run

To run this program, navigate to the directory containing the main.py file in your terminal and run the following command:

python main.py