现在字符串将其中的单词反序输出
时间: 2023-12-25 14:05:11 浏览: 92
好的,您可以使用以下代码来反转字符串中单词的顺序:
```python
string = "将其中的单词反序输出字符串"
words = string.split()
reverse_sentence = " ".join(reversed(words))
print(reverse_sentence)
```
输出结果为:
```
字符串输出反序单词的其中将
```
相关问题
现在字符串,“I love python”将其中的单词反序输出
好的,这个问题很简单,您可以用以下代码实现:
```python
s = "I love python"
words = s.split()
words.reverse()
result = " ".join(words)
print(result)
```
输出结果为:
```python
python love I
```
现在字符串,“I love python”将其中的单词反序输出
好的,您可以使用以下代码来反转字符串中单词的顺序:
```python
string = "I love python"
words = string.split()
reverse_sentence = " ".join(reversed(words))
print(reverse_sentence)
```
输出结果为:
```
python love I
```
阅读全文