Python Online Compiler & Playground
HTML/CSS/JavaScript
HTML
CSS
Javascript
C++
C
PHP
Java
Python
Swift
C#
Ruby
Node.JS
Kotlin
jQuery
Go
R
TypeScript
Start Python Course
Register
list
+9
Author: Indira
Dark
Public
Save
PY
py
1
2
list
=
[
'apricot'
,
'plum'
,
'appleseed'
]
print
(
list
[
2
][
0
:
5
])
Enter to Rename, Shift+Enter to Preview
OUTPUT