Entries from 2016-03-29 to 1 day

Python の import, module とは何ぞや

location.href="https://python.ms/namespace/import/"; 例えば を計算したいな、と思います。その時は、次のように書きます。 >>> import math # math module を import >>> math.sqrt(2) # math module の中にある sqrt と言う関数を使用 1.41421356237309…