0% found this document useful (0 votes)
88 views6 pages

PWP Practical Exam

This document contains the details of a practical assessment for a Programming with Python course, including student names and roll numbers, the experiments assigned, and a description of expected programs or scripts. 17 students were assigned programming exercises like writing code to convert currencies, calculate math operations, manipulate data structures like lists and dictionaries, and create and use classes and modules.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
88 views6 pages

PWP Practical Exam

This document contains the details of a practical assessment for a Programming with Python course, including student names and roll numbers, the experiments assigned, and a description of expected programs or scripts. 17 students were assigned programming exercises like writing code to convert currencies, calculate math operations, manipulate data structures like lists and dictionaries, and create and use classes and modules.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 6

PRAVIN PATIL COLLEGE OF DIPLOMA ENGINEERING AND TECHNOLOGY

PROGRESSIVE ASSESSMENT OF PRACTICALS (FOR "I" SCHEME)

Academic Year : 2022-2023


Course & Code : COMPUTER ENGINEERING [CO]
Name of Faculty : MS. POOJA A. MHATRE
Subject & Code : PROGRAMMING WITH PYTHON [22616]
Class: CO6I B

Roll No Enroll No Exam Seat No Name of Student Experiment Name

1 1705630380 CHOUHAN MOHAMMED ADNAN YUSUF Write a program to convert U.S. dollars to Indian rupees. Write a Python program to find the repeated items of a tuple

2 1916430043 BHAKEKAR TANMAY DINANATH Write a program to find the square root of a number Write a Python program to create a set, add member(s) in a set and remove one item from set

Write a Python program to perform following operations on set: intersection of sets, union of sets, set
3 1905630065 129760 DEVKATE PALLAVI MOHAN Write a program to calculate surface volume and area of a cylinder.
difference, symmetric difference, clear a set

4 1905630086 129762 GAUD JYOTI VISHAL Write a program to swap the value of two variables Write a python script to sort (Ascending & Decending) a dictionary by value

5 2005630043 129764 ARYAN KAILASH NAVALE Write a program to check whether a number is even or odd Write a python program to combine two dictionary adding values for common keys

6 2005630044 129765 VORA PURVA KIRIT Write a program to check the largest number among the three numbers Write a python program to print all unique values in a dictionary

7 2005630045 129766 GUPTA ANSH RAMPAT Write a program to check if the input year is a leap year of not Write a python program to find the highest 3 values in a dictionary

Write a python function that accept a string & calculate the number of upper case letters & lower case
8 2005630046 129767 MACHHI HIMANSHU ATMARAM Write a program to check if a Number is Positive, Negative or Zero
letters

9 2005630047 129768 KHAN MOHAMMED ZAID ABDUL MANNAN Write a program that takes the marks of 5 subjects and displays the grade. Write a python function that takes a number as a parameter and check the number is prime or not

Write a python program to create a user defined module that will ask your college name and will
10 2005630049 129769 JADHAV HARSH SANTOSH Write a Python program to print all even numbers between 1 to 100 using while loop
display the name of college

11 2005630050 129770 KHAIRNAR TRUPTI VISHWANATH Write a Python program to find the sum of first 10 natural numbers using for loop Write a python program that will calculate area and circumference of circle using inbuilt Math Module.

12 2005630051 129771 THARALI POOJA VISHAWAS Write a Python program to calculate factorial of a number Write a python program that will display calendar of given month using Calendar Module.

Write a python program to create two matrices and perform addition, subtraction, multiplication and
13 2005630052 129772 HINDLEKAR AYUSH ANAND Write a Python Program to Reverse a Given Number
division operation on matrix

Write a python program to create class to print an integer and character with two method having the
14 2005630054 129774 RAJPUT YAKSH SANJAY Write a Python program takes in a number and finds the sum of digits in a numbe same name but different sequence of integer and character parameters. For Example, if the parameters
of the first method are of from(int n, char c), then that of second method will be form (char c, int n)

Write a python program to create class to print area of square and rectangle. The class has method
with same name but different number of parameter. The method for printing area of rectangle has two
15 2005630055 129775 MANDAVI SAGAR RAVINDRA Write a Python program that takes a number and checks whether it is a palindromeor not
parameter which are length and breadth respectively while other method for printing area of square
has one parameter which is side of square

Write a python program to create class ‘Degree’ having a method ‘getDegree’ that prints “I got a
degree”. It has two subclasses namely ‘Undergraduate’ and ‘Postgraduate’ each having method with
16 2005630057 129776 VAJE ANKUR RAMESH Write a Python program to multiplies all the items in a list
same name that prints “I am an Undergraduate” and “I am Postgraduate” respectively. Call method by
creating an object of each of three classes.
Create class Employee with data members: name, department and salary. Create suitable method for
17 2005630058 129777 CHAROLIYA NAWAS SALIM Write a Python program to get the largest and smallest number from a list
reading and printing employee information.

18 2005630059 129778 VISHWAKARMA DEEPAK OMKARNATH Write a Python program to find common items from two lists. Python program to read and print students information using two using simple inheritance

19 2005630060 129779 PAL AMAN SHUBHASH Write a Python program to select the even items of a list. Write a python program to implement multiple inheritance

20 2005630061 129780 SAKPAL BHUSHAN MARUTI Write a Python program to find the repeated items of a tuple Write a python program to check for ZeroDivisionError Exception

NAME AND SIGN OF FACULTY NAME AND SIGN OF HOD


Academic Year : 2022-2023
Course & Code : COMPUTER ENGINEERING [CO]
Name of Faculty : MS. POOJA A. MHATRE
Subject & Code : PROGRAMMING WITH PYTHON [22616]
Class: CO6I B

Roll No Enroll No Exam Seat No Name of Student Experiment Name

1 1705630380 CHOUHAN MOHAMMED ADNAN YUSUF Write a program to convert U.S. dollars to Indian rupees. Write a Python program to find the repeated items of a tuple

2 1916430043 BHAKEKAR TANMAY DINANATH Write a program to find the square root of a number Write a Python program to create a set, add member(s) in a set and remove one item from set

Write a python program to create user defined exception that will check whether the password is
21 2005630062 129781 CHAUHAN VIVEK HARILAL Write a Python program to create a set, add member(s) in a set and remove one item from set
correct or not
Write a Python program to perform following operations on set: intersection of sets, union of sets, set
22 2005630063 129782 SIDDIQUI KASHIF ARSHAD Write a program to convert U.S. dollars to Indian rupees.
difference, symmetric difference, clear a set

23 2005630064 129783 MORE AMOL VISHNU Write a python script to sort (Ascending & Decending) a dictionary by value Write a program to find the square root of a number

24 2005630065 129784 BRASS JESVELD DOMNIC Write a python program to combine two dictionary adding values for common keys Write a program to calculate surface volume and area of a cylinder.

25 2005630066 129785 DHANSHREE AJAY BHOIR Write a python program to print all unique values in a dictionary Write a program to swap the value of two variables

26 2005630067 129786 JAIN KUNAL SHRIPAL Write a python program to find the highest 3 values in a dictionary Write a program to check whether a number is even or odd

Write a python function that accept a string & calculate the number of upper case letters & lower case
27 2005630068 129787 RAUT AAYUSHI PRAKASH Write a program to check the largest number among the three numbers
letters

28 2005630070 129788 ANGCHEKAR SIDDHI SURENDRA Write a python function that takes a number as a parameter and check the number is prime or not Write a program to check if the input year is a leap year of not

Write a python program to create a user defined module that will ask your college name and will
29 2005630071 129789 MISHRA NITISH PRABHUDAYAL Write a program to check if a Number is Positive, Negative or Zero
display the name of college

30 2005630072 129790 RANE MRUDULA MAHENDRA Write a python program that will calculate area and circumference of circle using inbuilt Math Module. Write a program that takes the marks of 5 subjects and displays the grade.

31 2005630075 129791 GAIKWAD VEDASHREE SAGAR Write a python program that will display calendar of given month using Calendar Module. Write a Python program to print all even numbers between 1 to 100 using while loop

Write a python program to create two matrices and perform addition, subtraction, multiplication and
32 2005630076 129792 MAHADIK ARPAN PRAKASH Write a Python program to find the sum of first 10 natural numbers using for loop
division operation on matrix

Write a python program to create class to print an integer and character with two method having the
33 2005630077 129793 KUMBHAR SAHIL UTTAM same name but different sequence of integer and character parameters. For Example, if the parameters Write a Python program to calculate factorial of a number
of the first method are of from(int n, char c), then that of second method will be form (char c, int n)

Write a python program to create class to print area of square and rectangle. The class has method
with same name but different number of parameter. The method for printing area of rectangle has two
34 2005630078 129794 GOVIND JOYAS GEORGIE Write a Python Program to Reverse a Given Number
parameter which are length and breadth respectively while other method for printing area of square
has one parameter which is side of square

Write a python program to create class ‘Degree’ having a method ‘getDegree’ that prints “I got a
degree”. It has two subclasses namely ‘Undergraduate’ and ‘Postgraduate’ each having method with
35 2005630080 129796 MEKLE HEMANT ASHOK Write a Python program takes in a number and finds the sum of digits in a numbe
same name that prints “I am an Undergraduate” and “I am Postgraduate” respectively. Call method by
creating an object of each of three classes.
Create class Employee with data members: name, department and salary. Create suitable method for
36 2005630081 129797 YADAV ROHIT KUMAR DAYASHANKAR Write a Python program that takes a number and checks whether it is a palindromeor not
reading and printing employee information.

37 2005630083 129798 PATIL ANISHA ROHIDAS Python program to read and print students information using two using simple inheritance Write a Python program to multiplies all the items in a list

38 2005630084 129799 CHAVAN RAKSHA PRAKASH Write a python program to implement multiple inheritance Write a Python program to get the largest and smallest number from a list

39 2005630085 129800 KULAL YASHAS BHOJA Write a python program to check for ZeroDivisionError Exception Write a Python program to find common items from two lists.

Write a python program to create user defined exception that will check whether the password is
40 2005630086 129801 SHAH ZEESHAN AHMED FAYYAZ AHMED Write a Python program to select the even items of a list.
correct or not

NAME AND SIGN OF FACULTY NAME AND SIGN OF HOD


Academic Year : 2022-2023
Course & Code : COMPUTER ENGINEERING [CO]
Name of Faculty : MS. POOJA A. MHATRE
Subject & Code : PROGRAMMING WITH PYTHON [22616]
Class: CO6I B

Roll No Enroll No Exam Seat No Name of Student Experiment Name

1 1705630380 CHOUHAN MOHAMMED ADNAN YUSUF Write a program to convert U.S. dollars to Indian rupees. Write a Python program to find the repeated items of a tuple

2 1916430043 BHAKEKAR TANMAY DINANATH Write a program to find the square root of a number Write a Python program to create a set, add member(s) in a set and remove one item from set

41 2005630088 129802 KUSHWAHA AYUSH RAMSUCHIT Write a program to convert U.S. dollars to Indian rupees. Write a Python program to find the repeated items of a tuple

42 2005630090 129804 GUPTA PRIYA RAMPRAKASH Write a program to find the square root of a number Write a Python program to create a set, add member(s) in a set and remove one item from set

Write a Python program to perform following operations on set: intersection of sets, union of sets, set
43 2005630093 129805 PRAJAPATI ANAND RAMAWADH Write a program to calculate surface volume and area of a cylinder.
difference, symmetric difference, clear a set

44 2005630095 129806 SHAH PAKSHAL BHAVIK Write a program to swap the value of two variables Write a python script to sort (Ascending & Decending) a dictionary by value

45 2005630097 129807 PATEL WASIM ASHIK Write a program to check whether a number is even or odd Write a python program to combine two dictionary adding values for common keys

46 2005630098 129808 SARVAIYA NIKUNJ VITHALBHAI Write a program to check the largest number among the three numbers Write a python program to print all unique values in a dictionary

47 2005630099 129809 ANCHAN PRAJWAL VASANTHA Write a program to check if the input year is a leap year of not Write a python program to find the highest 3 values in a dictionary

Write a python function that accept a string & calculate the number of upper case letters & lower case
48 2005630100 129810 SAHIL AGNEL MANKAR Write a program to check if a Number is Positive, Negative or Zero
letters

49 2005630101 129811 GHARAT SANIKA SANTOSH Write a program that takes the marks of 5 subjects and displays the grade. Write a python function that takes a number as a parameter and check the number is prime or not

Write a python program to create a user defined module that will ask your college name and will
50 2005630102 129812 SHIRSATH TEJAS SUBHASH Write a Python program to print all even numbers between 1 to 100 using while loop
display the name of college

51 2005630103 129813 KINI HIMANI VANRAJ Write a Python program to find the sum of first 10 natural numbers using for loop Write a python program that will calculate area and circumference of circle using inbuilt Math Module.

52 2005630105 129814 WADEKAR EESHA SUNIL Write a Python program to calculate factorial of a number Write a python program that will display calendar of given month using Calendar Module.

Write a python program to create two matrices and perform addition, subtraction, multiplication and
53 2005630106 129815 BASUDE ADITYA YASHWANT Write a Python Program to Reverse a Given Number
division operation on matrix

Write a python program to create class to print an integer and character with two method having the
54 2005630107 129816 CHITALE SOHAM MILIND Write a Python program takes in a number and finds the sum of digits in a numbe same name but different sequence of integer and character parameters. For Example, if the parameters
of the first method are of from(int n, char c), then that of second method will be form (char c, int n)

Write a python program to create class to print area of square and rectangle. The class has method
with same name but different number of parameter. The method for printing area of rectangle has two
55 2005630110 129818 PINTO RONAL RICHARD Write a Python program that takes a number and checks whether it is a palindromeor not
parameter which are length and breadth respectively while other method for printing area of square
has one parameter which is side of square

Write a python program to create class ‘Degree’ having a method ‘getDegree’ that prints “I got a
degree”. It has two subclasses namely ‘Undergraduate’ and ‘Postgraduate’ each having method with
56 2005630112 129820 GOHIL SUMIT AMRUTLAL Write a Python program to multiplies all the items in a list
same name that prints “I am an Undergraduate” and “I am Postgraduate” respectively. Call method by
creating an object of each of three classes.
Create class Employee with data members: name, department and salary. Create suitable method for
57 2005630113 129821 GOHEL VEDANT BHAVESH Write a Python program to get the largest and smallest number from a list
reading and printing employee information.

58 2005630115 129822 GUTTEDAR YASH YUVRAJ Write a Python program to find common items from two lists. Python program to read and print students information using two using simple inheritance

59 2005630116 129823 ADHIKARI SOHAM SANJAY Write a Python program to select the even items of a list. Write a python program to implement multiple inheritance

NAME AND SIGN OF FACULTY NAME AND SIGN OF HOD


PRAVIN PATIL COLLEGE OF DIPLOMA ENGINEERING AND TECHNOLOGY
PROGRESSIVE ASSESSMENT OF PRACTICALS (FOR "I" SCHEME)

Academic Year : 2022-2023


Course & Code : COMPUTER ENGINEERING [CO]
Name of Faculty : MS. POOJA A. MHATRE
Subject & Code : PROGRAMMING WITH PYTHON [22616]
Class: CO6I B

Roll No Enroll No Exam Seat No Name of Student Experiment Name

60 2005630117 129824 CHELIPARAMBIL JOSHUA BINOY Write a program to convert U.S. dollars to Indian rupees. Write a Python program to find the repeated items of a tuple

61 2005630118 129825 DHANAWDE RAJ VIJAY Write a program to find the square root of a number Write a Python program to create a set, add member(s) in a set and remove one item from set

Write a Python program to perform following operations on set: intersection of sets, union of sets, set
62 2005630119 129826 KAMBLE MANSI JAYWANT Write a program to calculate surface volume and area of a cylinder.
difference, symmetric difference, clear a set

63 2005630120 129827 THESIA ARYAN HASMUKHBHAI Write a program to swap the value of two variables Write a python script to sort (Ascending & Decending) a dictionary by value

64 2005630121 129828 GHADE BHAVESH SHRIDHAR Write a program to check whether a number is even or odd Write a python program to combine two dictionary adding values for common keys

65 2005630122 129829 SHAIKH MOHAMMED ZAID ZAHEER Write a program to check the largest number among the three numbers Write a python program to print all unique values in a dictionary

66 2005630123 129830 MEHTA DEV SHAILESH Write a program to check if the input year is a leap year of not Write a python program to find the highest 3 values in a dictionary

Write a python function that accept a string & calculate the number of upper case letters & lower case
67 2005630124 129831 POTALE SAHIL SUNIL Write a program to check if a Number is Positive, Negative or Zero
letters

68 2005630125 129832 CHAUHAN SURAJ MUKTINATH Write a program that takes the marks of 5 subjects and displays the grade. Write a python function that takes a number as a parameter and check the number is prime or not

Write a python program to create a user defined module that will ask your college name and will
69 2005630126 129833 MISHRA ADARSH KRISHNAMOHAN Write a Python program to print all even numbers between 1 to 100 using while loop
display the name of college

70 2005630127 129834 GRACIAS DELROY DAVID Write a Python program to find the sum of first 10 natural numbers using for loop Write a python program that will calculate area and circumference of circle using inbuilt Math Module.

71 2005630128 129835 ARMAL SANKALAP SUNIL Write a Python program to calculate factorial of a number Write a python program that will display calendar of given month using Calendar Module.

Write a python program to create two matrices and perform addition, subtraction, multiplication and
72 2005630130 129837 PAWAR ADITYA UDAY Write a Python Program to Reverse a Given Number
division operation on matrix

Write a python program to create class to print an integer and character with two method having the
73 2005630131 129838 PIMPALE KAIVALYA PRASHANT Write a Python program takes in a number and finds the sum of digits in a numbe same name but different sequence of integer and character parameters. For Example, if the parameters
of the first method are of from(int n, char c), then that of second method will be form (char c, int n)

Write a python program to create class to print area of square and rectangle. The class has method
with same name but different number of parameter. The method for printing area of rectangle has two
74 2005630133 129840 SHINDE SEJAL RAJENDRA Write a Python program that takes a number and checks whether it is a palindromeor not
parameter which are length and breadth respectively while other method for printing area of square
has one parameter which is side of square

Write a python program to create class ‘Degree’ having a method ‘getDegree’ that prints “I got a
degree”. It has two subclasses namely ‘Undergraduate’ and ‘Postgraduate’ each having method with
75 2005630134 129841 SHIRVI PRADEEP MOTILAL Write a Python program to multiplies all the items in a list
same name that prints “I am an Undergraduate” and “I am Postgraduate” respectively. Call method by
creating an object of each of three classes.
Create class Employee with data members: name, department and salary. Create suitable method for
76 2005630135 129842 SOLANKI AARCHI JIVRAJ Write a Python program to get the largest and smallest number from a list
reading and printing employee information.

77 2005630136 129843 MHATRE VAISHNAVI ARUN Write a Python program to find common items from two lists. Python program to read and print students information using two using simple inheritance

78 2005630137 129844 KHAN MD SAMEER MD AMIN Write a Python program to select the even items of a list. Write a python program to implement multiple inheritance

79 2005630139 129846 KIRAN KUSHWAHA Write a Python program to find the repeated items of a tuple Write a python program to check for ZeroDivisionError Exception

NAME AND SIGN OF FACULTY NAME AND SIGN OF HOD


Academic Year : 2022-2023
Course & Code : COMPUTER ENGINEERING [CO]
Name of Faculty : MS. POOJA A. MHATRE
Subject & Code : PROGRAMMING WITH PYTHON [22616]
Class: CO6I B

Roll No Enroll No Exam Seat No Name of Student Experiment Name

60 2005630117 129824 CHELIPARAMBIL JOSHUA BINOY Write a program to convert U.S. dollars to Indian rupees. Write a Python program to find the repeated items of a tuple

61 2005630118 129825 DHANAWDE RAJ VIJAY Write a program to find the square root of a number Write a Python program to create a set, add member(s) in a set and remove one item from set

Write a python program to create user defined exception that will check whether the password is
80 2005630140 129847 PAL ADITI RAMSINGAR Write a Python program to create a set, add member(s) in a set and remove one item from set
correct or not
Write a Python program to perform following operations on set: intersection of sets, union of sets, set
81 2005630141 129848 NAYAK HITARTH VISHAL Write a program to convert U.S. dollars to Indian rupees.
difference, symmetric difference, clear a set

82 2005630142 129849 GEHLOT DEVKUMAR NARESHKUMAR Write a python script to sort (Ascending & Decending) a dictionary by value Write a program to find the square root of a number

83 2005630144 129850 DUBEY SHRUTI MUKESH Write a python program to combine two dictionary adding values for common keys Write a program to calculate surface volume and area of a cylinder.

84 2005630146 129851 SHAH VARUN JIGNESH Write a python program to print all unique values in a dictionary Write a program to swap the value of two variables

85 2005630147 129852 PATHAK YASH SANJAY Write a python program to find the highest 3 values in a dictionary Write a program to check whether a number is even or odd

Write a python function that accept a string & calculate the number of upper case letters & lower case
86 2005630148 129853 JOSHI ANUSHKA SHRIDHAR Write a program to check the largest number among the three numbers
letters

87 2005630149 129854 KHAN SAMA SHAMSHER Write a python function that takes a number as a parameter and check the number is prime or not Write a program to check if the input year is a leap year of not

Write a python program to create a user defined module that will ask your college name and will
88 2005630150 129855 SONAWANE SAGAR SOMANATH Write a program to check if a Number is Positive, Negative or Zero
display the name of college

89 2005630151 129856 AWAIS SAAD MAHIMKAR Write a python program that will calculate area and circumference of circle using inbuilt Math Module. Write a program that takes the marks of 5 subjects and displays the grade.

90 2005630153 129857 KAUSHAL SACHIN DIVEKAR Write a python program that will display calendar of given month using Calendar Module. Write a Python program to print all even numbers between 1 to 100 using while loop

Write a python program to create two matrices and perform addition, subtraction, multiplication and
91 2005630154 129858 SHRIVASTAV UJJVAL UMESH Write a Python program to find the sum of first 10 natural numbers using for loop
division operation on matrix

Write a python program to create class to print an integer and character with two method having the
92 2005630155 129859 PANCHAL PRIYANSHU MUKESH same name but different sequence of integer and character parameters. For Example, if the parameters Write a Python program to calculate factorial of a number
of the first method are of from(int n, char c), then that of second method will be form (char c, int n)

Write a python program to create class to print area of square and rectangle. The class has method
with same name but different number of parameter. The method for printing area of rectangle has two
93 2005630156 129860 PANCHAL PAWAN MUKESH Write a Python Program to Reverse a Given Number
parameter which are length and breadth respectively while other method for printing area of square
has one parameter which is side of square

Write a python program to create class ‘Degree’ having a method ‘getDegree’ that prints “I got a
degree”. It has two subclasses namely ‘Undergraduate’ and ‘Postgraduate’ each having method with
94 2105630518 129862 PATIL TEJAS ASHOK Write a Python program takes in a number and finds the sum of digits in a numbe
same name that prints “I am an Undergraduate” and “I am Postgraduate” respectively. Call method by
creating an object of each of three classes.
Create class Employee with data members: name, department and salary. Create suitable method for
95 2105630523 129863 DEORA SURESHKUMAR TOYARAM Write a Python program that takes a number and checks whether it is a palindromeor not
reading and printing employee information.

96 2105630525 129864 YESHI MRUNALI HEMANT Python program to read and print students information using two using simple inheritance Write a Python program to multiplies all the items in a list

97 2105630526 129865 SONONE HARSHAWARDHAN BHASKAR Write a python program to implement multiple inheritance Write a Python program to get the largest and smallest number from a list

98 2105630527 129866 ROKADE SMITH SUJIT Write a python program to check for ZeroDivisionError Exception Write a Python program to find common items from two lists.

Write a python program to create user defined exception that will check whether the password is
99 2105630528 129867 KATARIYA HARSH ARJUN Write a Python program to select the even items of a list.
correct or not

NAME AND SIGN OF FACULTY NAME AND SIGN OF HOD


Academic Year : 2022-2023
Course & Code : COMPUTER ENGINEERING [CO]
Name of Faculty : MS. POOJA A. MHATRE
Subject & Code : PROGRAMMING WITH PYTHON [22616]
Class: CO6I B

Roll No Enroll No Exam Seat No Name of Student Experiment Name

60 2005630117 129824 CHELIPARAMBIL JOSHUA BINOY Write a program to convert U.S. dollars to Indian rupees. Write a Python program to find the repeated items of a tuple

61 2005630118 129825 DHANAWDE RAJ VIJAY Write a program to find the square root of a number Write a Python program to create a set, add member(s) in a set and remove one item from set

100 2105630529 129868 PATIL SANKALP SANJAY Write a program to convert U.S. dollars to Indian rupees. Write a Python program to find the repeated items of a tuple

101 2105630531 129869 AMIT KUSHWAHA Write a program to find the square root of a number Write a Python program to create a set, add member(s) in a set and remove one item from set

Write a Python program to perform following operations on set: intersection of sets, union of sets, set
102 2005630048 KADAM RIYA SANDIP Write a program to calculate surface volume and area of a cylinder.
difference, symmetric difference, clear a set

103 2005630053 129732 KHALADKAR SHUBHAM GORAKH(E) Write a program to swap the value of two variables Write a python script to sort (Ascending & Decending) a dictionary by value

104 2005630079 129734 BAR BLESS RENOLD(E) Write a program to check whether a number is even or odd Write a python program to combine two dictionary adding values for common keys

105 2005630087 KOKATE OMKAR GANPAT Write a program to check the largest number among the three numbers Write a python program to print all unique values in a dictionary

106 2005630089 129736 PATIL TEJAS DILIP(E) Write a program to check if the input year is a leap year of not Write a python program to find the highest 3 values in a dictionary

Write a python function that accept a string & calculate the number of upper case letters & lower case
107 2005630108 MANDAL SUBRATO SANJAY Write a program to check if a Number is Positive, Negative or Zero
letters

108 2005630109 129738 RATHOD RIYA JITENDRAKUMAR(E) Write a program that takes the marks of 5 subjects and displays the grade. Write a python function that takes a number as a parameter and check the number is prime or not

Write a python program to create a user defined module that will ask your college name and will
109 2005630111 129740 PHUTANE MRUNMAI NARESH(E) Write a Python program to print all even numbers between 1 to 100 using while loop
display the name of college

110 2005630114 KAMBLI RADHIKA MOHAN Write a Python program to find the sum of first 10 natural numbers using for loop Write a python program that will calculate area and circumference of circle using inbuilt Math Module.

111 2005630129 129746 SAWANT ARYAN AMIT(E) Write a Python program to calculate factorial of a number Write a python program that will display calendar of given month using Calendar Module.

Write a python program to create two matrices and perform addition, subtraction, multiplication and
112 2005630132 129747 PANDEY BHUMI SARVESH(E) Write a Python Program to Reverse a Given Number
division operation on matrix

Write a python program to create class to print an integer and character with two method having the
113 2005630138 129749 DICHAWALKAR OMKAR GURUDAS(E) Write a Python program takes in a number and finds the sum of digits in a numbe same name but different sequence of integer and character parameters. For Example, if the parameters
of the first method are of from(int n, char c), then that of second method will be form (char c, int n)

Write a python program to create class to print area of square and rectangle. The class has method
with same name but different number of parameter. The method for printing area of rectangle has two
114 2005630143 SINGH RAVIRANJAN SUNIL Write a Python program that takes a number and checks whether it is a palindromeor not
parameter which are length and breadth respectively while other method for printing area of square
has one parameter which is side of square

Write a python program to create class ‘Degree’ having a method ‘getDegree’ that prints “I got a
degree”. It has two subclasses namely ‘Undergraduate’ and ‘Postgraduate’ each having method with
115 2105630517 129754 PATIL RUTIKA SHAILESH Write a Python program to multiplies all the items in a list
same name that prints “I am an Undergraduate” and “I am Postgraduate” respectively. Call method by
creating an object of each of three classes.

NAME AND SIGN OF FACULTY NAME AND SIGN OF HOD

You might also like