首页
编程
java
php
前端
首页
编程
java
php
前端
该怎么做 自定义函数好难
import
math def
norm
(lst)
: s=
0
for
i in lst: s+=i*i
return
math.
sqrt
(s)
点击展开全文