Skip to content

Commit 9ae3be8

Browse files
committed
use '#' to separate displayed files
1 parent ddbe20b commit 9ae3be8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

check_file.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ def readfile(filename):
2626
with open(filename, 'r') as f: # Ensure file is correctly closed under
2727
file = f.read() # all circumstances
2828
print(file)
29-
29+
print()
30+
print('#'*80)
31+
print()
3032

3133
def main():
3234
# Check the arguments passed to the script

0 commit comments

Comments
 (0)