Skip to content

Instantly share code, notes, and snippets.

@kotoripiyopiyo
Created September 7, 2020 14:36
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 kotoripiyopiyo/99ad7a4deb7a2555db689a2a9def30e9 to your computer and use it in GitHub Desktop.
Save kotoripiyopiyo/99ad7a4deb7a2555db689a2a9def30e9 to your computer and use it in GitHub Desktop.
リストない方表記で多次元リストを作る方法
multilist = [[['a' for k in range(5)] for i in range(6)] for j in range(9)]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment