Skip to content

Instantly share code, notes, and snippets.

@ichux
Created February 5, 2025 12:22
Show Gist options
  • Save ichux/e44336f8432e77d7c4203e403a992c24 to your computer and use it in GitHub Desktop.
Save ichux/e44336f8432e77d7c4203e403a992c24 to your computer and use it in GitHub Desktop.
def shown(data):
sb = 73
sp = [data[i : i + sb] for i in range(0, len(data), sb)]
print(' = (\n "{}"\n)'.format('"\n "'.join(sp)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment