題目內容:
接受一個正整數輸入x,打印上述公式的輸出值。
共一行,為一個正整數。
共一行,採用round函數保留5位小數。
1
-2.45321
import math
pi = math.pi
e = math.e
ln() -> math.log()