Python中ashape和shape有什麼區別

2021-03-04 00:45:57 字數 833 閱讀 5980

1樓:育知同創教育

你想問的是a.shape和shape(a)的區別吧,我來分別解釋一下:

a.shape是把shape方法定義到一個類a中的方法shape(a)是一個顯式定義的函式。。

def shape(a)

。。。這樣定義的。

shape是什麼意思?

2樓:匿名使用者

shape

形狀既可以形容立體圖又可以形容平面圖

)——what shape is the ball?

——the ball is a circle.

這樣描述沒有錯

3樓:匿名使用者

shape

[feip]

n.外形, 形狀, 形態, (尤指女子的)體形, 身段, 形式vt.製作, 定形, 使成形, 塑造, 使符合vi.成形, 形成, 成長

既可以形容立體圖又可以形容平面圖

)——what shape is the ball?

——the ball is a circle.

這樣描述沒有錯

4樓:

shape: 外形, 形狀

球的外形是圓的!(這樣說為什麼不可以?)

5樓:匿名使用者

sharp

n.高調, 內行, 利刃, **

adj.

銳利的, 鋒利的, 明顯的, 強烈的, 刺耳的, 急劇的, 精明的, 敏捷的

adv.

(1)整, 銳利地, 急速地

(2)日本夏普公司

python中regular package和namesapce package的區別

regular package就是指常規模組,一般就是指python內建模組例如os,或者使用第三方的外掛匯入的模組,例如操作excel的xlrd.沒有所處環境的區別.namespace package 一般是指使用者自己定義的,為了避免重名衝突,而進行劃分的一種方式.也就是為了實現,在不同環境下,...

如何在python中讀寫和儲存matlab的資料檔案

file open matlab file a a 表示加在檔案後面 file.write test abc file.close 上面就是開啟檔案,加入一行 test abc 到matlab file的末尾.如何在python中讀寫和儲存matlab的資料檔案 file open matlab f...

Matlab中disp,fprintf和sprintf有什麼區別

f inline x 2 7 x 10 x a 2 b 8 epsilon 0.25 x1 b 0.618 b a f1 f x1 x2 a 0.618 b a f2 f x2 for k 1 7 fprintf 1,迭代次數 k 3.0f n k if f1 f2 b x2 x2 x1 f2 f1...