Skip to content

Commit 9901396

Browse files
committed
ls: -a flag format
1 parent 2bcbf2f commit 9901396

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • implement-shell-tools/ls

implement-shell-tools/ls/ls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
if show_hidden == True:
2121
contents.append(f)
2222

23-
print(contents)
23+
print(" ".join(contents))

0 commit comments

Comments
 (0)