0

words = ["Python", "fun"] index=int(input"enter the no")) words.insert(index, "is") print(words))

Why this contains error?

30th Jul 2019, 4:03 PM
Dhyey Badheka
Dhyey Badheka - avatar
1 Answer
+ 8
words = ["Python", "fun"] index=int(input("enter the no")) words.insert(index, "is") print(words)
30th Jul 2019, 4:06 PM
Mikhail Gorchanyuk
Mikhail Gorchanyuk - avatar