Skip to content

Instantly share code, notes, and snippets.

@werterzz
Last active March 6, 2022 12:28
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 werterzz/e3108b8505b95c910bc611635fda60fa to your computer and use it in GitHub Desktop.
Save werterzz/e3108b8505b95c910bc611635fda60fa to your computer and use it in GitHub Desktop.
import numpy as np
arr = np.array([1, 1, 1], ndmin=3)
print(arr)
# Ouput
# [[[1 1 1]]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment