GVK CHINMAYA VIDYALAYA
SENIOR SECONDARY SCHOOL
Kothuru, Indukurupet, SPS Nellore
FileHandling
Class: 12 Subject: Python Teacher: C Vijaya
strip()
rstrip()
lstrip()
Strip:
The Strip() removes the given character from both the ends.
rstrip:
The rstrip() removes the given character from trailing end i.e., right end.
lstrip():
The lstrip() removes the given character from the leading end (left end).
Appending a File:
A file opened in append mode retains its previous data while allowing you to
add newer data into.
WAP to get rollno, names and marks of the student from the user
WAP to add 2 more student details to previous program
File handling CBSE CLASS 12

File handling CBSE CLASS 12