from math import * # importation du module >>> cos(pi) # cosinus d'un angle en radian -1.0 >>> sqrt(25) # racine carrée 5.0.
確定! 回上一頁