6
1

More than 5 years have passed since last update.

Python3.7のmathの場所

Last updated at Posted at 2018-01-25
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でした。

6
1
4

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
1