Ave What is the missing line of code?
>>> sentence = "Programming is fun!"
'gr
sentence[3:5)
sentence[3:6]
sentence[26]
sentence[2:5]

Solved
Show answers

Ask an AI advisor a question