剛學的python 全是上網課的 實在不會寫


uj5u.com熱心網友回復:
x=1.35Y=6
F=(3*X+4(X**2+2*Y**2)**0.5/(1+X**(-y))
uj5u.com熱心網友回復:
import mathx=float(input('x='))
if x>=2:
Y=math.log(x[, base])
else:
Y=math.exp( x )
uj5u.com熱心網友回復:
import mathx=float(input('x='))
if x>=2:
Y=math.log((x**2-1), 3)
else:
Y=2*math.exp( x -1)
轉載請註明出處,本文鏈接:https://www.uj5u.com/qita/79417.html
上一篇:求助:flask-wtf始終無法匯入flaskform
下一篇:scrapy框架爬蟲翻頁問題
