From bc3038e4b3f9a3d725fde5a6752205f84fe8ef87 Mon Sep 17 00:00:00 2001 From: DanejSakshi13 <99744219+DanejSakshi13@users.noreply.github.com> Date: Mon, 23 Jan 2023 09:50:09 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af81607..8661118 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Experiment No. 1 : In a second year computer engineering class, group A students GroupA_Practical2(python) : -Experiment Number 2 : Write a python program to store marks stored in subject "Fundamentals of Data Structure" by +Experiment Number 2 : Write a python program to store marks scored in subject "Fundamentals of Data Structure" by N students in the class. Write functions to compute following: 1. The average score of the class. 2. Highest score and lowest score of the class.