运行 ❯
获取您自己的
Python
服务器
×
更改取向
更改主题,深色/浅色
前往小空间
# Import math Library import math # Return the square root of different numbers print (math.sqrt(9)) print (math.sqrt(25)) print (math.sqrt(16))
3.0
5.0
4.0