0% found this document useful (0 votes)
13 views1 page

Python Programming

Python

Uploaded by

beedabrahmachari
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views1 page

Python Programming

Python

Uploaded by

beedabrahmachari
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

1.

a) Swap the values of two variable

b) Clone the list using program using copy(), slice() ,list() and deepcopy()methods,

(U23CS0074,81,88,95,102,109,116,123,130,137,144)

2.a) Find the grade of student using the marks scored in all subjects

b) Program to take command line arguments (word count)

(U23CS0075,82,89,96,103,110,117,124,131,138)

3.a) Calculate distance between two points

b) Calculate Fib(n) using dictionary

(U23CS0076,83,90,97,104,111,118,125,132,139)

4.a) Find the sum of series 1/12 +1/22 +…+1/N2

b) Write a program that prompts the user to enter a number. If the number is positive or zero
print it or raise an exception

(U23CS0077,84,91,98,105,112,119,126,133,140)

5.a) Calculate GCD using recursive function

b) Create a class Account. Write methods to withdraw and deposit amount in the account

(U23CS0078,85,92,99,106,113,120,127,134,141)

6.a) Program that accepts a string from user and redisplays the string after removing vowel from it

b) Read the contents of file and calculate the percentage of vowels and consonants in the file

(U23CS0079,86,93,100,107,114,121,128,135,142)

7.a) Add two matrices using nested lists

b) Create an abstract class polygon. Derive two classes Rectangle and Triangle from polygon and
write methods to get the details of their dimensions and calculate the area.

(U23CS0080,87,94,101,108,115,122,129,136,143)

You might also like