statistics.txt
changeset 51 32d854e62be9
parent 50 9d60720b16b0
child 52 53700ad0e71e
child 57 8eb98721a5af
--- a/statistics.txt	Tue Apr 13 01:19:12 2010 +0530
+++ b/statistics.txt	Tue Apr 13 12:24:44 2010 +0530
@@ -6,7 +6,7 @@
 
 In this session, we will use them and some new concepts to solve a problem/exercise. 
 
-We have a file named sslc1.txt. 
+We have a file named sslc.txt. 
 It contains record of students and their performance in one of the State Secondary Board Examination. It has 180, 000 lines of record. We are going to read it and process this data.
 We can see the content of file by opening with any text editor.
 Please don't edit the data.
@@ -119,7 +119,7 @@
 We first create an empty dictionary
 
 science = {}
-now we read the record data one by one from the file sslc1.txt
+now we read the record data one by one from the file sslc.txt
 
 for record in open('sslc.txt'):