运行 ❯
获取
自用的 Python
服务器
×
更改朝向
更改主题,浅色/深色
前往 Spaces
# Import math Library import math # Return the tangent of different numbers print (math.tan(90)) print (math.tan(-90)) print (math.tan(45)) print (math.tan(60))
-1.995200412208242
1.995200412208242
1.6197751905438615
0.320040389379563