开平方根

a = int(input())
print(a ** (1 / 2))

上方是开平方根的代码,试试输入负数?

1 条评论

  • 1