words = ["you","are","genius"] index = 2 words.insert(index, "not") print(words) print("genius_is_me") | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

words = ["you","are","genius"] index = 2 words.insert(index, "not") print(words) print("genius_is_me")

https://code.sololearn.com/cax1qhPr1FOn/?ref=app

26th Aug 2017, 2:28 PM
G.Vamshi Krishna
G.Vamshi Krishna - avatar
2 Respostas
+ 1
what was the point of that?
26th Aug 2017, 4:27 PM
ReimarPB
ReimarPB - avatar
0
check the above description šŸ‘†šŸ‘†šŸ‘†šŸ‘†šŸ‘†run the program
26th Aug 2017, 2:30 PM
G.Vamshi Krishna
G.Vamshi Krishna - avatar