Computer Science, asked by tarunkrgond, 3 months ago

What does the following expression evaluate to ?
>>L = [“we” , “all” , “love” , [”our , “country” ] , “ very” ,”much”]

a. L[3:4][0]

b. L[3:4][0][1]

c. L[3:4][0][1][2]

d. L[4:]

e. “love” in L[3]​

Answers

Answered by jai696
1

\huge\red{\mid{\fbox{\tt{ANSWER}}\mid}}

  • ['our', 'country']
  • 'country'
  • 'u'
  • [' very', 'much']
  • False

\large\mathsf\color{lightgreen}useful?\: \color{white}\longrightarrow\: \color{orange}brainliest!

Similar questions