This commit is contained in:
Paul Gauthier 2024-01-23 08:55:28 -08:00
parent 85383079f6
commit e50a0e8b09

View file

@ -37,9 +37,6 @@ The end.
""" # noqa: E501
_text = 5 * _text
# print(text)
def showit(lines):
return
@ -109,6 +106,8 @@ class MarkdownStream:
if __name__ == "__main__":
_text = 5 * _text
pm = MarkdownStream()
for i in range(6, len(_text)):
pm.update(_text[:i])