Skip to content

Commit 463664a

Browse files
authored
Update main.py
1 parent 2b0bb21 commit 463664a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Python Project/code/main.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"2.View students in a batch\n",
9696
"3.View courses in a batch\n",
9797
"4.View student performance in a batch\n"
98-
"5.Pie Chart to view makes of the students as a percentage")
98+
"5.Pie Chart to view marks of the students as a percentage")
9999
option3=int(input("Enter your choice:"))
100100

101101
if option3==1:
@@ -177,4 +177,4 @@
177177

178178
else:
179179
os.system('clear')
180-
print("Option does not exist")
180+
print("Option does not exist")

0 commit comments

Comments
 (0)