Skip to content

Commit fc93e92

Browse files
committed
fixing a bug
1 parent df3aa31 commit fc93e92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • implement-shell-tools/cat

implement-shell-tools/cat/cat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
print(line_number,line,end="")
2222
line_number=line_number+1
2323
else :
24-
print(f.read())
24+
print(f.read(),end="")
2525

0 commit comments

Comments
 (0)