Computer Science, asked by pankajkumar7812, 11 months ago

Create a list having numbers [[1,4,7,10,.....100] as its elements and then create a set from this list​

Answers

Answered by akashsinghakmsoffici
2

Answer:

mylist = [x for x in range(1,101,3)]

print(mylist{ : });

myset=set(mylist);

Explanation:it is the question ict academy i quess well it is a correct sollution

Similar questions