St. Britto Hr. Sec. School - Madurai
12th Computer Science Weekly Test - 2 ( Lists, Tuples, Sets and Dictionary )-Aug 2020
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Write a program that has-a list of positive and negative numbers. Create a new tuple that has only positive numbers from the list.
-
What is the purpose of range( )? Explain with an example.
-
Write a python program to read marks of six subjects and to print the marks scored in each subject and show the total marks.
-
What the different ways to insert an element in a list. Explain with suitable example.