首页
编程
java
php
前端
首页
编程
java
php
前端
补全代码实现遍历40至50中的整数
补全代码实现遍历40至50中的整数
补全代码实现遍历40至50中的整数
for
i in range(
40
,
51
,
1
):
print
(i)
点击展开全文