執行 ❯
擁有你自己的 Python 伺服器
×
更改方向
更改主題,深色/淺色
前往 Spaces
#Import math Library import math #find the arctangent of some values print (math.atan(0.39)) print (math.atan(67)) print (math.atan(-21))
0.37185607384858127
1.5558720618048116
-1.5232132235179132