Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 13

COMPUTER SCIENCE

PRACTICAL FILE

DAKSH SEHGAL
11-G
10976
 WAP to read a list from the user and display it with positive no.s at the
end

INPUT

OUTPUT

 wap to create a dictionary with student name and marks and display
all the records with students hang more than 90 marks

INPUT
OUTPUT

 WAPto read a paragaph from the user and create the word frequency

INPUT

OUTPUT
 wap to obtain a tuple from the user and print its reverse

INPUT

OUTPUT

 WAP to read an email id from the user and check wether if it is valid if
not ask to enter again

INPUT

OUTPUT
 wap to read a name and check wethwer it is only character and ask
untill he presses valid character

INPUT

OUTPUT

 wap to read a mobile no. and check validity and ask to enter again if
invalid

INPUT

OUTPUT
 wap to read the marks of the student and check it should be valid
marks and ask to enter again if invalid

INPUT

OUTPUT

 WAP creat a dictionay/list which will store the student name , email
id , phn no. , marks of the student in a valid format

INPUT
OUTPUT

 WAP for colours

INPUT

OUTPUT
 Write a Python program to sort (ascending and descending) a
dictionary by value.
INPUT

OUTPUT

 WAP FOR HIGHEST ELEMENT

INPUT

OUTPUT
 Write a program to input n numbers from the user. Store these
numbers in a tuple. Print the maximum, minimum, sum and mean of
number from this tuple.

INPUT

OUTPUT

 Write a Python program to remove an item from a tuple


INPUT

OUTPUT

 WAP to store students’ details like admission number, roll number,


name and percentage in a dictionary and display information on the
basis of admission number.

INPUT
OUTPUT

 Write a program to input the total number of sections

INPUT

OUTPUT
 Write a program to input the total number of sections and stream
name in 11th class and display all information on the output screen.

INPUT

OUTPUT
 WAP to accept values from user and create a tuple.

INPUT

OUTPUT

 WAP to remove all odd numbers from the given list.

INPUT

OUTPUT

You might also like