import math
math.__path__
結果
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: module 'math' has no attribute '__path__'
ファ!?
help(math)
をやると最後の文に
FILE
(built-in)
built-inでした。
Go to list of users who liked
More than 5 years have passed since last update.
import math
math.__path__
結果
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: module 'math' has no attribute '__path__'
ファ!?
help(math)
をやると最後の文に
FILE
(built-in)
built-inでした。
Register as a new user and use Qiita more conveniently
Go to list of users who liked