Skip to content

Instantly share code, notes, and snippets.

@NKID00
Created June 13, 2021 05:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NKID00/33e88c1d50214a8cb24ef45b4aed4910 to your computer and use it in GitHub Desktop.
Save NKID00/33e88c1d50214a8cb24ef45b4aed4910 to your computer and use it in GitHub Desktop.
print('[[%s]]' % '], ['.join(','.join(map(str, a[i:i+4])) for i in range(0, len(a), 4)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment