首页
编程
java
php
前端
首页
编程
java
php
前端
为什么输不出来次数啊
你只输出了数组,没输出次数
nums =
[7,9,1,3,4,1,5]
cnt=nums
.count
(
7
)
print
(nums)
print
(cnt)
点击展开全文