Python Practical List For Sep
Python Practical List For Sep
5 th Practical :-
1) Using python code sort the tuple in ascending and descending order5, -3, 0, 1,
6, -6, 2.
2) Write the python code to find the square of odd numbers from 1 to 20 using
while loop.
3)Write python program which deals with concatenation and repetition of lists.
6th Practical :-
1) Find the data type of the following data by using python code.
a) Number
b) 31.25
c) 8+4j
d) Mathematics
e) 49
7th Practical :-
2) Repeat the following string 11 times using the string operator ‘*’ on
python .
a) LATEX b) MATLAB
8th practical :-
1) Write the python Program to generate the square of numbers from 1 to 20.
2) Write the python code to find eigenvalues and Corresponding eigenvectors of
the matrix,
1 3 3
A = [2 2 3]
4 2 1