words = ["you","are","genius"] index = 2 words.insert(index, "not") print(words) print("genius_is_me") | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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 Answers
+ 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