Skip to content

Stl#16

Open
iannight10412 wants to merge 5 commits intomainfrom
stl
Open

Stl#16
iannight10412 wants to merge 5 commits intomainfrom
stl

Conversation

@iannight10412
Copy link

No description provided.

Copy link
Contributor

@jacky09299 jacky09299 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

請用下面生成出來的cube_array跑,不是你寫的那種:
import numpy as np

def generate_square_matrix(n):
cube_array = np.ones((n, n, n), dtype=int)
return cube_array

cube_array = generate_square_matrix(5)

@jacky09299
Copy link
Contributor

這個程式先不用修,未來再處理

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants