首页
编程
java
php
前端
首页
编程
java
php
前端
python编程问题.
定义一个字符串'hello ,world',编写代码,实现其中的元素遍历输出。
c
=
"hello ,world"
for
l
in
c
:
print
(
l
)
点击展开全文