changes in the output (#30099)
['I', 'love', 'Python', 'very much'] instead of double quotes , it should be single quote.
This commit is contained in:
@ -15,7 +15,7 @@ print(words)
|
|||||||
```
|
```
|
||||||
#### Output
|
#### Output
|
||||||
```
|
```
|
||||||
["I", "love", "Python", "very much"]
|
['I', 'love', 'Python', 'very much']
|
||||||
```
|
```
|
||||||
As you might have noticed the element `"very much"` is appended to the list.
|
As you might have noticed the element `"very much"` is appended to the list.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user