Python 에서 log 함수는 "math"을 import해서 쓸 수 있다. import math 밑이 2인 로그 함수 ($ log_2 x$) import math print(math.log2(1)) # output: ...
確定! 回上一頁