Computer Science, asked by shreyanaikade24, 2 months ago

write a python statement to create a list that contains the names of five students of your class​

Answers

Answered by ritika123489
6

Answer:

list1=[1,2,3,4]

list2=[5,6,7,8]

listoflists= []

listoflists. append(list1)

listoflists. append(list2)

print("List of Lists:",listoflists)

Answered by 2409meetpatill
0

Answer:

#include<studio.h>

#include<conio.h>

int list;

patil

singham

surya

gotya

bajirao

getch ()

Similar questions