Help on built-in function len in module builtins: module builtins
の組み込み関数
len
のヘルプ
len(...)
len(object) -> integer
Return the number of items of a sequence o
r mapping.
シーケンスやマップ内の要素数を返す
インタープリタをどのように使っているかにより、この情報はテキストの一部として表示される
か、またはポップアップウィンドウに表示されます。
オブジェクトのヘルプを表示するのは有益かつ非常に頻繁に行う作業のため、
IPython
ではド
キュメントや関連の情報にアクセスするための簡易表現として
?
文字が使えます。
In [2]: len?
Type: builtin_function_or_method
String ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month, and much more.