Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Lists
friends =["Kevin", "Karen", "Jim"] print(friends) friends =["Kevin", "Karen", "Jim"] print(friends[0]) friends =["Kevin", "Karen", "Jim"] print(friends[-1]) friends =["Kevin", "Karen", "Jim" , "oscar" , "Toby"] print(friends[1:3]) friends =["Kevin", "Karen", "Jim" , "oscar" , "Toby"] friends[1] = "Mike" print(friends[1])
run
|
edit
|
history
|
help
0
Printing
Aisha Lesson 2
test
PyClass2
Supermarket prices and stock
a
mad libs game
problem on/off
Execute linux commands
ödev 123