Skip to content

Commit 458c886

Browse files
Merge pull request #1412 from Rohanrbharadwaj/patch-2
Update Deleting record in a binary file.py
2 parents df3d480 + b79cb29 commit 458c886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1 File handle/File handle binary/Deleting record in a binary file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def Bdelete():
99
rec= []
1010
for i in stud:
1111
if i[0] == rno:
12-
continue
12+
continue
1313
rec.append(i)
1414
pickle.dump(rec,F)
1515
F.close()

0 commit comments

Comments
 (0)