Lab Discussion5: Programs Using Text, CSV Files: Jeya Pandian. M Apii/Cse Srinivasa Ramanujan Centre Sastra
Lab Discussion5: Programs Using Text, CSV Files: Jeya Pandian. M Apii/Cse Srinivasa Ramanujan Centre Sastra
Jeya Pandian. M
APII/CSE
Srinivasa Ramanujan Centre
SASTRA
1.Programs using text files
LETTERS: 10
DIGITS: 3
SYMBOLS: 3 (includes whitespace)
* Add proper file and io exception handling functions.
checks.
Following are the criteria for checking the password:
printed.
Example
If the following passwords are given from console input to
the program:
ABd1234@1,a F1#,2w3E*,2We3345
Then, the content of output.txt should be:
ABd1234@1
2:2
3.:1
3?:1
New:1
Python:5
....
CSE304-Python Programming with Web Frameworks Jeya Pandian.M/AP/CSE/SRC 6
5.Create and Manipulate trip data
using csv file
write_employee()
read_employee()