Sr.no |
Name of the Practical |
View |
1 |
Write a Python script to check weather an
input number is Palindrome or not. |
|
2 |
Write a python script to generate the
following pattern. |
|
3 |
Write a Python program to get a string from
a given string where all occurrences of its first char have been changed to
'$', except the first char itself. Sample String: 'Restart' Expected Result:
'Resta$t'. |
|
4 |
Write a python program to count repeated
character in string. Sample string =
'COMPUTER SCIENCE'. |
|
5 |
Write a program to add or remove operation
on set and length of set. |
|
6 |
Write a python program to concatenate
following dictionaries to create new one Dictionary: dict1 {1:10, 2:20} dict2
{3:30, 4:40} dict3={5:50,6:60) |
|
7 |
Write a python GUI program to create two
buttons exist and hello using Tkinter module. |
|
8 |
Write a
python program GUL to create three radio button widget using Tkinter module. |
|
9 |
Write a
python GUI program to create a label and change the label font style (font
name, bold, size) using kinter module. |
|
10 |
Write a
python GUI program to accept dimension of a cylinder and display the surface
area and volume of cylinder. |
|
11 |
Write a
python program for inbuilt – function of dictionary. |
|
12 |
Write a python program for Arithmetic
exception |
|
13 |
Write a python program performing function
of tuples. |