定义一个字符串数组,包含十个字符串使用循环打印每一个字符串
时间: 2023-12-03 12:42:10 浏览: 16
C#字符串数组转换为整形数组的方法
可以使用以下代码实现:
```python
strings = ['hello', 'world', 'python', 'programming', 'is', 'fun', 'and', 'challenging', 'at', 'times']
for string in strings:
print(string)
```
输出结果为:
```
hello
world
python
programming
is
fun
and
challenging
at
times
```
阅读全文