首页
编程
java
php
前端
首页
编程
java
php
前端
python用单个while循环计算乘积
第一空:prod
第二空:99
第三空:2
最终代码:
prod
=1
i
=99
while
i>0: prod*=i
i-
=2
print
(prod)
点击展开全文