Skip to content

Commit 53ad3c5

Browse files
committed
add
1 parent 0ad9dd5 commit 53ad3c5

File tree

1 file changed

+1
-0
lines changed
  • 02-systemTools/2-customPaginScript

1 file changed

+1
-0
lines changed

02-systemTools/2-customPaginScript/more.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ def more(text, numlines=15):
33
while lines:
44
chuck = lines[:numlines]
55
lines = lines[numlines:]
6+
67
for line in chuck:
78
print(line)
89
if lines and input('more/mais?') not in ['y', 'Y', 's', 'S']:

0 commit comments

Comments
 (0)