We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ad9dd5 commit 53ad3c5Copy full SHA for 53ad3c5
02-systemTools/2-customPaginScript/more.py
@@ -3,6 +3,7 @@ def more(text, numlines=15):
3
while lines:
4
chuck = lines[:numlines]
5
lines = lines[numlines:]
6
+
7
for line in chuck:
8
print(line)
9
if lines and input('more/mais?') not in ['y', 'Y', 's', 'S']:
0 commit comments