Given a list l1 = (3, 4.5, 12, 25.7, (2, 1, 0, 5), 88 which function can change the list to)

Given a list L1 = [3, 4.5, 12, 25.7, [2, 1, 0, 5], 88]

  1. Which list slice will return [12, 25.7, [2, 1, 0, 5]]?
  2. Which expression will return [2, 1, 0, 5]?
  3. Which list slice will return [[2, 1, 0, 5]]?
  4. Which list slice will return [4.5, 25.7, 88]?

Path Walla

  • Home
  • Computer Science
  • _Class 11
  • __Notes
  • __Sumita Arora
  • __NCERT
  • _Class 12
  • __Notes
  • __Sumita Arora
  • __NCERT
  • __Preeti Arora
  • Information Practices
  • _Class 11
  • __Notes
  • __Sumita Arora
  • __NCERT
  • __Preeti Arora
  • _Class 12
  • __Notes
  • __Sumita Arora
  • __NCERT
  • __Preeti Arora
  • Previous year question paper
  • _Class 11
  • _Class 12
  • Essay
HomeList Manipulation

given a list L1 = [3,4.5,12,25.7,[2,1,0,5],88]
1. which expression will return [2,1,0,5]?
2. which list slice will ret

Home/ Indian/Computer Science/given a list L1 = [3,4.5,12,25.7,[2,1,0,5],88]
1. which expression will return [2,1,0,5]?
2. which list slice will ret

Video liên quan

Bài Viết Liên Quan

Bài mới nhất

Chủ Đề