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
27
+1
Author: G.Vamshi Krishna
Dark
Public
Save
PY
py
1
2
3
4
5
words =
[
"you"
,
"are"
,
"genius"
]
index =
2
words.insert
(
index
,
"not"
)
print
(
words
)
print
(
"genius_is_me"
)
Enter to Rename, Shift+Enter to Preview
OUTPUT