Skip to content

Commit 20efc51

Browse files
committed
Updated Python Files
1 parent 7a666e0 commit 20efc51

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Filename_class.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,5 @@
4949
print("File Not Found!!\nPlease Enter Again:")
5050
x= x[:-6]
5151
ifile.write(x)
52+
ifile.write("\n")
5253
ifile.close()

Filename_java.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,5 @@
4747
if flag==1:
4848
print("File Not Found!!\nPlease Enter Again:")
4949
ifile.write(x)
50+
ifile.write("\n")
5051
ifile.close()

0 commit comments

Comments
 (0)