0% found this document useful (0 votes)
18 views

Python - Content - Manual (1) - 89

Uploaded by

CaPital
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views

Python - Content - Manual (1) - 89

Uploaded by

CaPital
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

5. Top 10 students of the class.

_________________________________________________________________________
_________________________________________________________________________
_________________________________________________________________________

After going through this process, we can say that preparing the exam result manually is a
tedious and time-consuming process. Therefore, it should be automated by creating a
python script!

As you have already learnt a lot of Python concepts, list down the ones which can be used to
create a python script of result creation.

There are a lot of functions which can be used in this process. But as it is all about numbers,
we need to look for something that explicitly works around numbers so that the work
becomes easier. With python, we get the advantage of using open-sourced packages
available on the internet. But what are packages? Let’s find out.

89

You might also like