Skip to content

Instantly share code, notes, and snippets.

@xkumiyu
Created March 23, 2020 15:26
Show Gist options
  • Save xkumiyu/522f565af82e8a9ab1a34bdd5c0e9d80 to your computer and use it in GitHub Desktop.
Save xkumiyu/522f565af82e8a9ab1a34bdd5c0e9d80 to your computer and use it in GitHub Desktop.
# [None] * N
[None] * N
# [None for _ in range(N)]
[None for _ in range(N)]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment